diff options
author | silverwind <me@silverwind.io> | 2023-03-21 02:42:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 21:42:02 -0400 |
commit | 34a2cf5079fb9537d1927ddc57cc3f9267a079fc (patch) | |
tree | a0c2982f504c8098773c73a34dd9e92c79965123 /templates/org | |
parent | 45aa4ea7056f5a6cd286715596b64f4163588cd8 (diff) | |
download | gitea-34a2cf5079fb9537d1927ddc57cc3f9267a079fc.tar.gz gitea-34a2cf5079fb9537d1927ddc57cc3f9267a079fc.zip |
Replace a few fontawesome icons with svg (#23602)
Replaced a few icons with SVG. The only ones left are some in actions
(idk why new code introduces legacy icons) and a few dropdown icons.
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/team/repositories.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/team/repositories.tmpl b/templates/org/team/repositories.tmpl index 0391a762fa..c8651761eb 100644 --- a/templates/org/team/repositories.tmpl +++ b/templates/org/team/repositories.tmpl @@ -77,7 +77,7 @@ <div class="ui small basic addall modal"> <div class="ui icon header"> - <i class="globe icon"></i> + {{svg "octicon-globe"}} {{.locale.Tr "org.teams.add_all_repos_title"}} </div> <div class="content"> |