Skip to content

Commit

Permalink
feat: Consent modal doesn't show hyperlink (even though it has one) (#90
Browse files Browse the repository at this point in the history
)
  • Loading branch information
askayastha22 authored Nov 22, 2023
1 parent f09d072 commit d40163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/components/LegalTermsLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const USER_GUIDELINES_URL = 'https://www.adobe.com/legal/licenses-terms/a

export function LegalTermsLink() {
return (
<Link href={USER_GUIDELINES_URL} target="_blank">Generative AI User Guidelines</Link>
<Link href={USER_GUIDELINES_URL} target="_blank" UNSAFE_style={{ textDecoration: 'underline', color: 'blue' }}>Generative AI User Guidelines</Link>
);
}

0 comments on commit d40163c

Please sign in to comment.