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:
Matilda Landström
2025-10-09 06:42:55 +00:00
committed by Linus Flood
parent 00ad432910
commit cc00322ffa
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export default function PromoLoginButton() {
variant="Primary"
color="Inverted"
size="Medium"
prefetch={false}
>
{intl.formatMessage({
defaultMessage: "Log in",

View File

@@ -28,6 +28,7 @@ export default function PromoSignUpButton() {
variant="Secondary"
color="Inverted"
size="Medium"
prefetch={false}
>
{intl.formatMessage({
defaultMessage: "Sign up",