aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_widget.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-07-28 18:49:04 +0000
committerMario <mario@mariovavti.com>2024-07-28 18:49:04 +0000
commit33e45d98a3ab05b8270aee4a899a4b61ea4d5c24 (patch)
tree908a1d939e6fb6b18d680d0fb35b10b1cfc1e63d /view/tpl/notifications_widget.tpl
parent241cc1ad634cd7999bcac882b9fc9a5e06873818 (diff)
downloadvolse-hubzilla-33e45d98a3ab05b8270aee4a899a4b61ea4d5c24.tar.gz
volse-hubzilla-33e45d98a3ab05b8270aee4a899a4b61ea4d5c24.tar.bz2
volse-hubzilla-33e45d98a3ab05b8270aee4a899a4b61ea4d5c24.zip
fa2bi adjustions
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 5e9c15426..97901e052 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -597,7 +597,7 @@
{{/if}}
{{if $notification.filter.name_label}}
<div class="list-group-item clearfix notifications-textinput" id="cn-{{$notification.type}}-only">
- <div class="text-muted notifications-textinput-filter"><i class="bi bi-funnel"></i></div>
+ <div class="text-muted notifications-textinput-filter"><i class="bi bi-filter"></i></div>
<input id="cn-{{$notification.type}}-input" type="text" class="notification-filter form-control form-control-sm" placeholder="{{$notification.filter.name_label}}">
<div id="cn-{{$notification.type}}-input-clear" class="text-muted notifications-textinput-clear d-none"><i class="bi bi-x-lg"></i></div>
</div>