mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-01 02:45:49 +03:00
add wayfinding button back in
This commit is contained in:
parent
19c2e526d8
commit
5fafa7ac88
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user