Fixed forms

This commit is contained in:
2025-06-26 20:10:05 +02:00
parent b60245d0a7
commit be221f3e1c
5 changed files with 21 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ export default function DashboardCreatePage() {
<div className="p-6 space-y-6">
<div>
<h1 className="text-2xl font-bold text-foreground mb-2">Create Short Link</h1>
<p className="text-muted-foreground">Create a new short link with advanced configuration options.</p>
</div>
<AdvancedUrlFormCard />
</div>