aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-23 14:59:40 +0000
committerMario <mario@mariovavti.com>2021-09-23 14:59:40 +0000
commit0588975e372f863aa2d74bbff0ac2b9778852431 (patch)
tree30d22ae530e835f5e202ba4c75219ebac254dc0d /view/tpl
parente0600b241a8a1bd5f1296bb0dcd5ae12b6cff701 (diff)
downloadvolse-hubzilla-0588975e372f863aa2d74bbff0ac2b9778852431.tar.gz
volse-hubzilla-0588975e372f863aa2d74bbff0ac2b9778852431.tar.bz2
volse-hubzilla-0588975e372f863aa2d74bbff0ac2b9778852431.zip
Ãfix wrong variable name and streamline icon with unseen notifications icon
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/messages_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl
index 65afaf7ae..83f563db6 100644
--- a/view/tpl/messages_widget.tpl
+++ b/view/tpl/messages_widget.tpl
@@ -18,7 +18,7 @@
{{/if}}
<li class="nav-item">
<a class="nav-link messages-type" href="#" title="{{$strings.notice_messages_title}}" data-messages_type="notification">
- <i class="fa fa-fw fa-exclamation-circle"></i>
+ <i class="fa fa-fw fa-exclamation"></i>
</a>
</li>
</ul>