From 9a2e359ce567f601581d0cba9ede0dc8b2e6d286 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 8 Oct 2024 11:28:58 +0100 Subject: [PATCH] feat(explorer): improve nav click target (#3267) --- .../explorer/src/components/Navigation.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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