This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user