diff --git a/web/src/components/Nav.tsx b/web/src/components/Nav.tsx index c12d02e..2c7d456 100644 --- a/web/src/components/Nav.tsx +++ b/web/src/components/Nav.tsx @@ -85,7 +85,7 @@ export const Nav: React.FC = ({ connectionStatus }) => { return () => window.removeEventListener("resize", handleResize); }, []); - // Navigation links component to avoid duplication + // Navigation links component to avoid duplication across desktop and mobile const NavLinks = () => (