Updated form

This commit is contained in:
2025-06-27 21:45:54 +02:00
parent 152bb3c5fa
commit 1d5dd15d49
8 changed files with 489 additions and 491 deletions

View File

@@ -10,7 +10,7 @@ export default function NotFound() {
<CardHeader>
<CardTitle>URL Not Found</CardTitle>
<CardDescription>
The short link you're trying to edit could not be found.
The short link you&apos;re trying to edit could not be found.
</CardDescription>
</CardHeader>
<CardContent>
@@ -20,7 +20,7 @@ export default function NotFound() {
</p>
<ul className="list-disc list-inside text-sm text-muted-foreground space-y-1">
<li>The link has been deleted</li>
<li>You don't have permission to edit this link</li>
<li>You don&apos;t have permission to edit this link</li>
<li>The link ID is invalid</li>
</ul>
<div className="flex gap-2">