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:
authorSarah German <sgerman@gitlab.com>2022-06-16 00:32:09 +0300
committerSarah German <sgerman@gitlab.com>2022-06-16 00:32:09 +0300
commitd7b8532c90d386ae891660f3b1898ce2f60fe44e (patch)
tree0f2b0f9cd60b637e2a514dbe270d24072f57474b /layouts/default.html
parentbd3df1259d0ba5a1071e2eb4c5e135602383171a (diff)
Replace FontAwesome icons in mobile nav1164-toc-awesome
Diffstat (limited to 'layouts/default.html')
-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>