diff --git a/components/nav/common.js b/components/nav/common.js index e1aa9e02..c3aedaa2 100644 --- a/components/nav/common.js +++ b/components/nav/common.js @@ -223,6 +223,9 @@ export function MeDropdown ({ me, dropNavKey }) { ) } +// this is the width of the 'switch account' button if no width is given +const SWITCH_ACCOUNT_BUTTON_WIDTH = '162px' + export function SignUpButton ({ className = 'py-0', width }) { const router = useRouter() const handleLogin = useCallback(async pathname => await router.push({ @@ -233,7 +236,8 @@ export function SignUpButton ({ className = 'py-0', width }) { return (