From 6629422091695b320f7bc4c6e38a1d63a9a46dae Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 26 Jun 2025 19:12:40 +0200 Subject: [PATCH] Update coloring --- src/app/(admin)/dashboard/create/page.tsx | 4 ++-- src/app/(admin)/dashboard/list/page.tsx | 4 ++-- src/app/(admin)/dashboard/page.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/(admin)/dashboard/create/page.tsx b/src/app/(admin)/dashboard/create/page.tsx index 11b4314..f994983 100644 --- a/src/app/(admin)/dashboard/create/page.tsx +++ b/src/app/(admin)/dashboard/create/page.tsx @@ -1,8 +1,8 @@ export default function DashboardCreatePage() { return (
-

Create

-

This is the create page where you can add new items.

+

Create

+

This is the create page where you can add new items.

) } diff --git a/src/app/(admin)/dashboard/list/page.tsx b/src/app/(admin)/dashboard/list/page.tsx index deec8ae..dfee573 100644 --- a/src/app/(admin)/dashboard/list/page.tsx +++ b/src/app/(admin)/dashboard/list/page.tsx @@ -7,8 +7,8 @@ export default async function DashboardListPage() { return (
-

URLs

-

Manage all your shortened URLs.

+

URLs

+

Manage all your shortened URLs.

diff --git a/src/app/(admin)/dashboard/page.tsx b/src/app/(admin)/dashboard/page.tsx index afc5aa1..fa65733 100644 --- a/src/app/(admin)/dashboard/page.tsx +++ b/src/app/(admin)/dashboard/page.tsx @@ -28,7 +28,7 @@ export default async function Dashboard() { return (
-

Dashboard

+

Dashboard