From 84dc7c6de0f2934c1218cb7dd296df8a977b4c8d Mon Sep 17 00:00:00 2001 From: Barrett Date: Tue, 10 Dec 2024 18:06:56 -0600 Subject: [PATCH] chore: random activity text fix --- web/src/pages/DashboardPage/DashboardPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/DashboardPage/DashboardPage.tsx b/web/src/pages/DashboardPage/DashboardPage.tsx index f2e71e9..8e1c528 100644 --- a/web/src/pages/DashboardPage/DashboardPage.tsx +++ b/web/src/pages/DashboardPage/DashboardPage.tsx @@ -7,8 +7,8 @@ import WelcomeCard from 'src/components/WelcomeCard' const DashboardPage = () => { const { currentUser } = useAuth() const activities = [ - 'Inspection #123 completed at Site A', - 'Site B added by User X', + 'Inspection #12 completed at Pinewood', + 'Site: Pinewood added by Barrett', // Add more activities as needed ]