Update coloring
This commit is contained in:
@@ -7,8 +7,8 @@ export default async function DashboardListPage() {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 mb-2">URLs</h1>
|
||||
<p className="text-gray-600">Manage all your shortened URLs.</p>
|
||||
<h1 className="text-2xl font-bold text-foreground mb-2 block">URLs</h1>
|
||||
<h1 className="text-muted-foreground block">Manage all your shortened URLs.</h1>
|
||||
</div>
|
||||
<UrlsDataTable data={urls} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user