Update coloring
This commit is contained in:
@@ -28,7 +28,7 @@ export default async function Dashboard() {
|
||||
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 mb-4">Dashboard</h1>
|
||||
<h1 className="text-2xl font-bold text-foreground mb-4 block">Dashboard</h1>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mb-6">
|
||||
<StatsCard
|
||||
title="Shortened URLs"
|
||||
|
||||
Reference in New Issue
Block a user