diff --git a/frontend/src/components/Sidebar/Sidebar.tsx b/frontend/src/components/Sidebar/Sidebar.tsx index 95474188e8f..bd664c27ed3 100644 --- a/frontend/src/components/Sidebar/Sidebar.tsx +++ b/frontend/src/components/Sidebar/Sidebar.tsx @@ -69,19 +69,19 @@ export default function Sidebar() { const { t, i18n } = useTranslation(['glossary', 'frequent']); const specialSidebarOptions: SidebarItemProps[] = [ { - name: t('frequent|back'), + name: 'clusters', icon: 'mdi:hexagon-multiple', label: t('glossary|Cluster'), url: '/', }, { - name: t('frequent|notifications'), + name: 'notifications', icon: 'mdi:bell', label: t('frequent|Notifications'), url: '/notifications', }, { - name: t('frequent|settings'), + name: 'settings', icon: 'mdi:cog', label: t('frequent|Settings'), url: '/settings',