diff --git a/lib/components/user/nav-login-button.tsx b/lib/components/user/nav-login-button.tsx index d5890949f..078b2eb34 100644 --- a/lib/components/user/nav-login-button.tsx +++ b/lib/components/user/nav-login-button.tsx @@ -84,7 +84,7 @@ const NavLoginButton = ({ if (link.url.startsWith('http')) { return (
  • - + { +interface OwnProps extends AnchorHTMLAttributes { to?: string toParams?: Record /** If true, an 'active' CSS class will be applied if the URL starts the same as the `to` prop. */