From 53309dfac56a3e3fc28a3d4966ce5f09055254be Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 18 Jan 2023 15:26:08 +0100 Subject: [PATCH] fix(ui) - css --- .../Dashboard/Widgets/PredefinedWidgets/ErrorsPerDomain/Bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ErrorsPerDomain/Bar.tsx b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ErrorsPerDomain/Bar.tsx index a6ca35923..163c7d0a5 100644 --- a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ErrorsPerDomain/Bar.tsx +++ b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ErrorsPerDomain/Bar.tsx @@ -1,5 +1,5 @@ import React from 'react' -import stl from './Bar.module.css' +import stl from './bar.module.css' const Bar = ({ className = '', width = 0, avg, domain, color }) => { return (