Updates
This commit is contained in:
@@ -26,12 +26,14 @@ export default function Home() {
|
||||
<Span>Page Not Found!</Span>
|
||||
<Row className="gap-4 max-w-[400px] w-[400px]">
|
||||
<Button
|
||||
title="Go Back"
|
||||
onClick={() => window.history.back()}
|
||||
className="grow"
|
||||
>
|
||||
Go Back
|
||||
</Button>
|
||||
<Button
|
||||
title="Home Page"
|
||||
href="/"
|
||||
variant="outlined"
|
||||
linkProps={{
|
||||
|
||||
Reference in New Issue
Block a user