diff --git a/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx b/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx index 0dd6f351d..67284b59c 100644 --- a/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx +++ b/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx @@ -19,7 +19,7 @@ const ICONS: Record = { resources: 'resources-icon', overview: null, custom: null, - 'web vitals': 'web-vitals-icon', + 'web vitals': 'web-vitals', } export function WidgetCategoryItem({ category, isSelected, onClick, selectedWidgetIds }: IWiProps) {