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/user/auth/webauthn.tmpl | |
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/user/auth/webauthn.tmpl')
-rw-r--r-- | templates/user/auth/webauthn.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/webauthn.tmpl b/templates/user/auth/webauthn.tmpl index 304d199da2..ea773d2566 100644 --- a/templates/user/auth/webauthn.tmpl +++ b/templates/user/auth/webauthn.tmpl @@ -6,7 +6,7 @@ {{.locale.Tr "twofa"}} </h3> <div class="ui attached segment"> - <i class="huge key icon"></i> + {{svg "octicon-key" 56}} <h3>{{.locale.Tr "webauthn_insert_key"}}</h3> {{template "base/alert" .}} <p>{{.locale.Tr "webauthn_sign_in"}}</p> |