aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-07-30 15:10:32 +0000
committerMario <mario@mariovavti.com>2024-07-30 15:10:32 +0000
commitb838632318b936d96e4ca8ac8b8fc6addce186a3 (patch)
tree7f497e75563396e9056b2fd647dcc23a45f7a667 /view
parent8c38466b75a7348e23dd0b43ce48ae7b2211abd3 (diff)
downloadvolse-hubzilla-b838632318b936d96e4ca8ac8b8fc6addce186a3.tar.gz
volse-hubzilla-b838632318b936d96e4ca8ac8b8fc6addce186a3.tar.bz2
volse-hubzilla-b838632318b936d96e4ca8ac8b8fc6addce186a3.zip
fa2bi continued
Diffstat (limited to 'view')
-rw-r--r--view/tpl/profile_tabs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index 3cabad83d..a635b84d8 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -1,3 +1,3 @@
{{foreach $tabs as $tab}}
-<a class="nav-link{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="fa fa-fw fa-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a>
+<a class="nav-link{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="bi bi-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a>
{{/foreach}}