SidebarNavigation: use the bell icon

site-logo
Alex Gleason 2022-05-11 15:37:15 -05:00
rodzic 6a270a8e6d
commit 67853f6efa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1 +0,0 @@
<svg viewBox="0 0 24 24" stroke="currentColor" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 14v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6M19 9a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 267 B

Wyświetl plik

@ -157,7 +157,7 @@ const SidebarNavigation = () => {
<SidebarNavigationLink
to='/notifications'
icon={require('icons/alert.svg')}
icon={require('@tabler/icons/icons/bell.svg')}
count={notificationCount}
text={<FormattedMessage id='tabs_bar.notifications' defaultMessage='Notifications' />}
/>