diff --git a/src/components/AppWrapper.tsx b/src/components/AppWrapper.tsx index 93cfcef..94eb450 100644 --- a/src/components/AppWrapper.tsx +++ b/src/components/AppWrapper.tsx @@ -36,73 +36,6 @@ const AppWrapper: FunctionComponent = ({ className, )} > - {!hideNavigation ? ( - - {({ open }) => ( - <> -
-
-
- {/* Mobile menu button*/} - - Open main menu - {open ? ( - -
-
-
-
- {navigation.map((item) => ( - - {item.name} - - ))} -
-
-
-
-
- - -
- {navigation.map((item) => ( - - - {item.name} - - - ))} -
-
- - )} -
- ) : null} {children} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cc89b6f..533153b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -60,7 +60,7 @@ const Home: NextPage = ({ - +
-

+

Xevion

- {/*
- Xevion -
*/}
{tagline} -
- {/*
- {tagline} -
-
*/}
= ({
+
);