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-04-25 19:37:29 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-04-25 19:37:29 +0300
commitb0d913b9494414d81a0756620ba2f6339dea3ab9 (patch)
treeef9c253fb6f2d6256b2dd49e6f1dcfd626bfdf26 /layouts/banner.html
parent5f7978a234328817f22133b9543a2edf20f87380 (diff)
Replace FontAwesome icons in banner with gitlab/svg icons
Diffstat (limited to 'layouts/banner.html')
-rw-r--r--layouts/banner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index 0164b84f..81b5623e 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -6,9 +6,9 @@ banner_raw = @items["/_data/banner.yaml"][:description]
<div class="admonition-wrapper note d-none" id="banner-close">
<div class="admonition alert alert-banner alert-dismissible fade show text-center mt-2" role="alert">
<div class="d-flex justify-content-center align-items-center">
- <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
+ <%= icon('tanuki', 12, 'mx-2') %>
<%= markdown(banner_raw) %>
- <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
+ <%= icon('tanuki', 12, 'mx-2') %>
<button type="button" class="close mt-n1" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>