From b02bd8463c08e9ed73439b6ad1f76d9458361da0 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 29 Mar 2023 17:14:23 +0200 Subject: [PATCH] change(ui) - text channge and icon changes --- .../Dashboard/components/DashboardList/DashboardList.tsx | 4 ++-- .../components/Dashboard/components/DashboardList/Header.tsx | 4 ---- frontend/app/types/session/issue.ts | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx index 95b6bc0f6..a4551f854 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx @@ -23,9 +23,9 @@ function DashboardList() { 'No matching results' ) : (
-
Create your first Dashboard
+
You haven't created any dashboards yet
- A dashboard lets you visualize trends and insights of data captured by OpenReplay. + A Dashboard is a collection of Cards that can be shared across teams.
)} diff --git a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx index 9a8e9de22..00fc42349 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx @@ -34,10 +34,6 @@ function Header({ history, siteId }: { history: any; siteId: string }) { -
- - A Dashboard is a collection of Cards that can be shared across teams. -