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