diff options
author | Mario <mario@mariovavti.com> | 2023-06-16 12:16:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-16 12:16:22 +0000 |
commit | 18b7b3f125b88143d4edefec22a0df67869788d9 (patch) | |
tree | 95091a727d0e0e34dbfaafb739294b52151dbd5e /view | |
parent | 6989a3eaadd676c5c1b5fd523c4196d289423471 (diff) | |
download | volse-hubzilla-18b7b3f125b88143d4edefec22a0df67869788d9.tar.gz volse-hubzilla-18b7b3f125b88143d4edefec22a0df67869788d9.tar.bz2 volse-hubzilla-18b7b3f125b88143d4edefec22a0df67869788d9.zip |
deprecate ActivityStreams::fetch() and provide the possibility to fetch local items directly
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index c0bcd02c2..ea8723e8b 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -187,7 +187,7 @@ {{if $name}} <img src="{{$thumb}}" class="menu-img-3"> <div class="p-1"> - <div class="fn text-truncate">{{$name}}</div> + <div class="fw-bold text-truncate">{{$name}}</div> <div class="text-muted text-truncate">{{$sitelocation}}</div> </div> {{/if}} |