diff --git a/lib/components/user/nav-login-button.tsx b/lib/components/user/nav-login-button.tsx index 078b2eb34..c4dbf93f9 100644 --- a/lib/components/user/nav-login-button.tsx +++ b/lib/components/user/nav-login-button.tsx @@ -84,7 +84,13 @@ const NavLoginButton = ({ if (link.url.startsWith('http')) { return (
  • - + element here, + // so that the link works even when running the app locally. + as="a" + href={link.url} + target="_blank" + >