Skip to content

Commit

Permalink
fix: add the dashboard icon to the iconrenderer (#8474)
Browse files Browse the repository at this point in the history
This makes the icon show up correctly in the command menu.


![image](https://github.com/user-attachments/assets/0178c9a7-3509-4f36-9a33-fe12e5a42707)
  • Loading branch information
thomasheartman authored Oct 18, 2024
1 parent d9646ed commit 9f0c438
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -58,6 +59,7 @@ const icons: Record<string, typeof SvgIcon> = {
'/admin/billing': BillingIcon,
'/history': EventLogIcon,
'/releases-management': LaunchIcon,
'/personal': PersonalDashboardIcon,
GitHub: GitHubIcon,
Documentation: LibraryBooksIcon,
};
Expand Down

0 comments on commit 9f0c438

Please sign in to comment.