Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid O'Regan <doregan@gitlab.com>2022-06-16 12:54:58 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-06-16 12:54:58 +0300
commit7dbbdb7abe987e5522f8a6198cfa21990be188ad (patch)
tree1118bd629a773ae727ce021d32c444dfd76c8337 /layouts
parent8c014dc9f1c366207b57075005ced6e64351c9ec (diff)
parentd7b8532c90d386ae891660f3b1898ce2f60fe44e (diff)
Merge branch '1164-toc-awesome' into 'main'
Replace FontAwesome icons in mobile nav Closes #1164 See merge request gitlab-org/gitlab-docs!2822
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 320a8f87..227d60a9 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -35,7 +35,7 @@
<div class="row">
<div class="col">
<div class="my-3 my-xl-0">
- <a class="position-absolute text-muted mt-2 pt-1 text-decoration-none border-bottom-0 mobile-nav-toggle" href="#"><i class="fa fa-bars fa-lg" aria-hidden="true"></i> | </a>
+ <a class="position-absolute text-muted mt-2 pt-1 text-decoration-none border-bottom-0 mobile-nav-toggle" href="#"><%= icon('hamburger', 18, 'gl-ml-0!') %></a>
</div>
</div>
</div>