mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
fix: add the dashboard icon to the iconrenderer (#8474)
This makes the icon show up correctly in the command menu. 
This commit is contained in:
parent
d9646edcfc
commit
9f0c438f36
@ -28,6 +28,7 @@ import EventLogIcon from '@mui/icons-material/EventNoteOutlined';
|
||||
import GitHubIcon from '@mui/icons-material/GitHub';
|
||||
import LibraryBooksIcon from '@mui/icons-material/LibraryBooks';
|
||||
import LaunchIcon from '@mui/icons-material/Launch';
|
||||
import PersonalDashboardIcon from '@mui/icons-material/DashboardOutlined';
|
||||
import type { FC } from 'react';
|
||||
|
||||
// TODO: move to routes
|
||||
@ -58,6 +59,7 @@ const icons: Record<string, typeof SvgIcon> = {
|
||||
'/admin/billing': BillingIcon,
|
||||
'/history': EventLogIcon,
|
||||
'/releases-management': LaunchIcon,
|
||||
'/personal': PersonalDashboardIcon,
|
||||
GitHub: GitHubIcon,
|
||||
Documentation: LibraryBooksIcon,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user