diff --git a/packages/explorer/src/components/Navigation.tsx b/packages/explorer/src/components/Navigation.tsx index ab0f89a94c..388ddad946 100644 --- a/packages/explorer/src/components/Navigation.tsx +++ b/packages/explorer/src/components/Navigation.tsx @@ -14,13 +14,15 @@ function NavigationLink({ href, children }: { href: string; children: React.Reac const pathname = usePathname(); const getLinkUrl = useWorldUrl(); return ( - - {children} + + + {children} + ); } @@ -30,7 +32,7 @@ export function Navigation() { return (
-
+
Explore Interact Observe