add wayfinding button back in

This commit is contained in:
Patrick O'Sullivan 2023-03-07 11:43:27 -06:00
parent 19c2e526d8
commit 5fafa7ac88

View File

@ -44,7 +44,7 @@ export const Grid: FunctionComponent = () => {
return (
<div className="flex h-screen w-full flex-col">
{/* !disableWayfinding && <LandscapeWayfinding /> */}
{!disableWayfinding && <LandscapeWayfinding />}
<header className="fixed bottom-0 left-0 z-30 flex w-full justify-center px-4 sm:sticky sm:bottom-auto sm:top-0">
<Nav menu={menu} />
</header>