Update card and content pages layout

This commit is contained in:
Hazem Krimi
2021-09-04 23:05:30 +01:00
parent bed28f8248
commit 5d0f99d18d
10 changed files with 89 additions and 26 deletions
+2 -2
View File
@@ -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>
</>