Formatting

This commit is contained in:
2025-08-06 18:37:47 +02:00
parent b838d0f8d6
commit 012ea2b963
22 changed files with 84 additions and 90 deletions

View File

@@ -11,7 +11,7 @@ export default async function DashboardCreatePage() {
return (
<div className="p-6 space-y-6">
<div>
<h1 className="text-2xl font-bold text-foreground mb-2">Create Short Link</h1>
<h1 className="mb-2 text-2xl font-bold text-foreground">Create Short Link</h1>
</div>
<UrlFormCard />
</div>