Updated form
This commit is contained in:
@@ -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'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't have permission to edit this link</li>
|
||||
<li>The link ID is invalid</li>
|
||||
</ul>
|
||||
<div className="flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user