basic frontend #3

Merged
alexandvvvvv merged 14 commits from feature/base into main 2025-10-03 16:25:14 +00:00
Showing only changes of commit ef8ee0e312 - Show all commits

View File

@@ -42,7 +42,7 @@ export const Dashboard: React.FC = () => {
<h1 className="text-3xl font-bold text-gray-900">Dashboard</h1>
<p className="text-gray-600 mt-1">
{isAuthenticated
? 'Manage your counters and track your progress'
? 'Maaaanage your counters and track your progress'
: 'Track your habits and activities (data stored locally)'
}
</p>