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"
|
variant="Primary"
|
||||||
color="Inverted"
|
color="Inverted"
|
||||||
size="Medium"
|
size="Medium"
|
||||||
|
prefetch={false}
|
||||||
>
|
>
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
defaultMessage: "Log in",
|
defaultMessage: "Log in",
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ export default function PromoSignUpButton() {
|
|||||||
variant="Secondary"
|
variant="Secondary"
|
||||||
color="Inverted"
|
color="Inverted"
|
||||||
size="Medium"
|
size="Medium"
|
||||||
|
prefetch={false}
|
||||||
>
|
>
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
defaultMessage: "Sign up",
|
defaultMessage: "Sign up",
|
||||||
|
|||||||
Reference in New Issue
Block a user