mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update card and content pages layout
This commit is contained in:
+2
-2
@@ -56,9 +56,9 @@ const NotFound: FC = () => {
|
||||
</Head>
|
||||
<Wrapper>
|
||||
<h1>404: This page could not be found</h1>
|
||||
<div className='back' onClick={() => router.back()}>
|
||||
<div className='back' onClick={() => router.push('/')}>
|
||||
<IconButton icon='/icons/arrow-left.svg' />
|
||||
<span>Go Back</span>
|
||||
<span>Go Home</span>
|
||||
</div>
|
||||
</Wrapper>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user