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:
Chuma Mcphoy (We Ahead)
2025-08-13 07:12:54 +00:00
parent e92c0465cc
commit be752059ee

View File

@@ -82,6 +82,7 @@ export default async function EmployeeBenefitsCallToActions() {
<div className={styles.container}>
<ButtonLink
href={dtmcLogin[lang]}
prefetch={false}
size="Medium"
variant="Tertiary"
color="Primary"