mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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'}
|
||||
backButton={true}
|
||||
fullscreenButton={true}
|
||||
navMenu={true}
|
||||
/>
|
||||
<div className={styles['not-found-content']}>
|
||||
<Image
|
||||
|
|
|
|||
Loading…
Reference in a new issue