mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-09 03:38:42 +00:00
NORY-26: limit error width and add horizontal margin
This commit is contained in:
parent
b903517e88
commit
cb1812cde0
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ export default function Error() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Card>
|
<Card className="mx-4 md:mx-8 max-w-5xl">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>An error occurred</CardTitle>
|
<CardTitle>An error occurred</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
@ -61,7 +61,7 @@ export default function Error() {
|
||||||
</p>
|
</p>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<Button variant="ghost" asChild>
|
<Button asChild>
|
||||||
<Link href="/" className="inline-flex space-x-2" passHref>
|
<Link href="/" className="inline-flex space-x-2" passHref>
|
||||||
Go back
|
Go back
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Reference in a new issue