Merged in fix/promo-prefetch (pull request #2932)
fix: remove prefetch of login and signup links on promo page * fix: remove prefetch of login and signup liinks on promo page Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
00ad432910
commit
cc00322ffa
@@ -33,6 +33,7 @@ export default function PromoLoginButton() {
|
||||
variant="Primary"
|
||||
color="Inverted"
|
||||
size="Medium"
|
||||
prefetch={false}
|
||||
>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Log in",
|
||||
|
||||
@@ -28,6 +28,7 @@ export default function PromoSignUpButton() {
|
||||
variant="Secondary"
|
||||
color="Inverted"
|
||||
size="Medium"
|
||||
prefetch={false}
|
||||
>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Sign up",
|
||||
|
||||
Reference in New Issue
Block a user