diff options
author | Mario <mario@mariovavti.com> | 2024-07-30 11:39:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-30 11:39:58 +0000 |
commit | 2919b36e9162abd2f055db768d254a61542dd1f2 (patch) | |
tree | 4cf7fd3fd13f3bfc1c8147c056b3a8a91d561a0f /Zotlabs | |
parent | 52f7b508af7bd6eb00eb76b4e170b44a55be869f (diff) | |
download | volse-hubzilla-2919b36e9162abd2f055db768d254a61542dd1f2.tar.gz volse-hubzilla-2919b36e9162abd2f055db768d254a61542dd1f2.tar.bz2 volse-hubzilla-2919b36e9162abd2f055db768d254a61542dd1f2.zip |
streamline calendar icon
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index 5a922cee0..225403535 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -76,7 +76,7 @@ class Notifications { $notifications[] = [ 'type' => 'all_events', - 'icon' => 'calendar-week', + 'icon' => 'calendar-date', 'severity' => 'secondary', 'label' => t('Events'), 'title' => t('New events notifications'), |