From ef8ee0e312c4d9545417bfe5ec06233eeafe1446 Mon Sep 17 00:00:00 2001 From: aovantsev Date: Fri, 3 Oct 2025 19:08:55 +0300 Subject: [PATCH] test --- frontend/src/components/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard.tsx b/frontend/src/components/Dashboard.tsx index 13b754b..db8c183 100644 --- a/frontend/src/components/Dashboard.tsx +++ b/frontend/src/components/Dashboard.tsx @@ -42,7 +42,7 @@ export const Dashboard: React.FC = () => {

Dashboard

{isAuthenticated - ? 'Manage your counters and track your progress' + ? 'Maaaanage your counters and track your progress' : 'Track your habits and activities (data stored locally)' }