mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
nav menu shown in NotFound page
This commit is contained in:
parent
96c5897a85
commit
4ab7c4e982
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ const NotFound = () => {
|
||||||
title={'Page not found'}
|
title={'Page not found'}
|
||||||
backButton={true}
|
backButton={true}
|
||||||
fullscreenButton={true}
|
fullscreenButton={true}
|
||||||
|
navMenu={true}
|
||||||
/>
|
/>
|
||||||
<div className={styles['not-found-content']}>
|
<div className={styles['not-found-content']}>
|
||||||
<Image
|
<Image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue