From db285154c25bc242e62e5fa2a8ea162cbe9edd78 Mon Sep 17 00:00:00 2001 From: anton genis Date: Wed, 11 Jun 2025 18:05:47 +0300 Subject: [PATCH 1/2] test --- src/pages/dashboard/home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard/home.jsx b/src/pages/dashboard/home.jsx index 2c700669..eec8a2c4 100644 --- a/src/pages/dashboard/home.jsx +++ b/src/pages/dashboard/home.jsx @@ -98,7 +98,7 @@ export function Home() { Action Another Action - Something else here + Simulate Smiles From e2e68656507e44d0fc63909ccdff7b9bcb431d29 Mon Sep 17 00:00:00 2001 From: anton genis Date: Wed, 11 Jun 2025 18:16:25 +0300 Subject: [PATCH 2/2] test --- src/data/statistics-charts-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/statistics-charts-data.js b/src/data/statistics-charts-data.js index 15a36464..fda4da86 100644 --- a/src/data/statistics-charts-data.js +++ b/src/data/statistics-charts-data.js @@ -108,7 +108,7 @@ export const statisticsChartsData = [ { color: "white", title: "Website View", - description: "Last Campaign Performance", + description: "Last Campaign Performance Graph", footer: "campaign sent 2 days ago", chart: websiteViewsChart, }, @@ -122,7 +122,7 @@ export const statisticsChartsData = [ { color: "white", title: "Completed Tasks", - description: "Last Campaign Performance", + description: "Last Campaign Performance Graph", footer: "just updated", chart: completedTasksChart, },