Merged in feat/LOY-486-consent-prompt-date (pull request #3221)
Feat/LOY-486 consent prompt date * chore(LOY-486): update name on date * chore(LOY-486): open links in new tab * chore(LOY-486): send prompt date + refactor modal * chore(LOY-486): update README Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -218,6 +218,7 @@ export default function ProfilingConsentAccordion({
|
||||
color="Text/Interactive/Secondary"
|
||||
typography="Link/md"
|
||||
className={styles.learnMoreLink}
|
||||
target="_blank"
|
||||
onClick={() =>
|
||||
trackLinkClick({
|
||||
position: component,
|
||||
|
||||
@@ -31,6 +31,7 @@ export function getLegalText(intl: IntlShape, lang: Lang) {
|
||||
href={partnerLink}
|
||||
color="Text/Interactive/Secondary"
|
||||
typography="Link/md"
|
||||
target="_blank"
|
||||
isInline
|
||||
>
|
||||
{linkText}
|
||||
@@ -41,6 +42,7 @@ export function getLegalText(intl: IntlShape, lang: Lang) {
|
||||
href={privacyPolicyLink}
|
||||
color="Text/Interactive/Secondary"
|
||||
typography="Link/md"
|
||||
target="_blank"
|
||||
isInline
|
||||
>
|
||||
{linkText}
|
||||
|
||||
Reference in New Issue
Block a user