From cf5d0d8abeb6ddec41cec176b5d92cb2a95204bd Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 16 Aug 2022 17:57:28 +0200 Subject: [PATCH] change(ui) - dashboard and metrics no data font size --- .../Dashboard/components/DashboardList/DashboardList.tsx | 2 +- .../components/Dashboard/components/MetricsList/MetricsList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index dd0ebb1ad..3a9ff8696 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -25,7 +25,7 @@ function DashboardList() { title={
-
You haven't created any dashboards yet
+
You haven't created any dashboards yet
} > diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx index 9a6646ad2..0833c3557 100644 --- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx +++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx @@ -31,7 +31,7 @@ function MetricsList({ siteId }: { siteId: string }) { title={
-
You haven't created any metrics yet
+
You haven't created any metrics yet
} >