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-05-12 01:24:40 +0300
committerSarah German <sgerman@gitlab.com>2022-05-12 22:55:52 +0300
commit1253b8bde4d6b2ad61cf9cf3a11bbcffbedb2097 (patch)
tree58fdc955bcac20460acc90278b32873248798f20
parente0cf214694e72d0ebde80f21219037e1387b37e6 (diff)
Replace FontAwesome nav togglefa-mobile-leftnav
-rw-r--r--layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 49da148d..2b722fd1 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') %> | </a>
</div>
</div>
</div>