Merged in fix/LOY-307-button-link-external-link-support (pull request #2630)
fix(LOY-307): disable prefetch on DTMC Link employment button * fix(LOY-307): Add external link support to ButtonLink component * fix(LOY-307): set prefetch to false in dtmc link btn cta Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -82,6 +82,7 @@ export default async function EmployeeBenefitsCallToActions() {
|
|||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<ButtonLink
|
<ButtonLink
|
||||||
href={dtmcLogin[lang]}
|
href={dtmcLogin[lang]}
|
||||||
|
prefetch={false}
|
||||||
size="Medium"
|
size="Medium"
|
||||||
variant="Tertiary"
|
variant="Tertiary"
|
||||||
color="Primary"
|
color="Primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user