test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
aovantsev
2025-10-03 19:08:55 +03:00
parent eef636a2f6
commit ef8ee0e312

View File

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