diff options
Diffstat (limited to 'view/tpl/totp.tpl')
-rw-r--r-- | view/tpl/totp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/totp.tpl b/view/tpl/totp.tpl index 1f3b1cfc7..2fb885c05 100644 --- a/view/tpl/totp.tpl +++ b/view/tpl/totp.tpl @@ -9,7 +9,7 @@ <body> <nav class="navbar bg-body-tertiary"> <div class="container-sm"> - <span class="navbar-brand"><i class="fa fa-fw fa-hubzilla"></i>{{$header}}</span> + <span class="navbar-brand"><i class="bi fa-hubzilla"></i>{{$header}}</span> </div> </nav> <main class="container-sm mt-4"> |