change(ui): add icons to category names for metrics
This commit is contained in:
parent
8cd9d989ed
commit
2c5d5e63ae
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const ICONS: Record<string, string | null> = {
|
|||
resources: 'resources-icon',
|
||||
overview: null,
|
||||
custom: null,
|
||||
'web vitals': 'web-vitals-icon',
|
||||
'web vitals': 'web-vitals',
|
||||
}
|
||||
|
||||
export function WidgetCategoryItem({ category, isSelected, onClick, selectedWidgetIds }: IWiProps) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue