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)' }