mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +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 GitHubIcon from '@mui/icons-material/GitHub';
|
||||||
import LibraryBooksIcon from '@mui/icons-material/LibraryBooks';
|
import LibraryBooksIcon from '@mui/icons-material/LibraryBooks';
|
||||||
import LaunchIcon from '@mui/icons-material/Launch';
|
import LaunchIcon from '@mui/icons-material/Launch';
|
||||||
|
import PersonalDashboardIcon from '@mui/icons-material/DashboardOutlined';
|
||||||
import type { FC } from 'react';
|
import type { FC } from 'react';
|
||||||
|
|
||||||
// TODO: move to routes
|
// TODO: move to routes
|
||||||
@ -58,6 +59,7 @@ const icons: Record<string, typeof SvgIcon> = {
|
|||||||
'/admin/billing': BillingIcon,
|
'/admin/billing': BillingIcon,
|
||||||
'/history': EventLogIcon,
|
'/history': EventLogIcon,
|
||||||
'/releases-management': LaunchIcon,
|
'/releases-management': LaunchIcon,
|
||||||
|
'/personal': PersonalDashboardIcon,
|
||||||
GitHub: GitHubIcon,
|
GitHub: GitHubIcon,
|
||||||
Documentation: LibraryBooksIcon,
|
Documentation: LibraryBooksIcon,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user