Skip to content

Commit

Permalink
Complete Options Banner - Your privacy choices link added just after …
Browse files Browse the repository at this point in the history
…the description (#10)
  • Loading branch information
zembrzuski-shippo authored Sep 18, 2024
1 parent 1d3a687 commit d558973
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/CompleteOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ export function CompleteOptions({
>
{formatMessage(messages.consentTitle)}
</p>
<p role="paragraph" className='paragraph paragraph-left'>{formatMessage(messages.consentTitleToggleInfo)}</p>
<p role="paragraph" className='paragraph paragraph-left'>
{formatMessage(messages.consentTitleToggleInfo)}.&nbsp;
<a href="https://privacy.goshippo.com/policies?name=privacy-notice" class="privacy-policy-link" target="_blank" rel="noreferrer">
{formatMessage(bottomMenuMessages.showPolicyButtonAcceptOrRejectAllOrMoreChoices)}
</a>
</p>
<form className="complete-options-form complete-options-form-left">
<GPCIndicator />
{description && description !== '-' ? (
Expand Down Expand Up @@ -123,11 +128,6 @@ export function CompleteOptions({
/>
))}
</div>
<div class="privacy-policy-bottom">
<a href="https://privacy.goshippo.com/policies?name=privacy-notice" class="privacy-policy-link" target="_blank" rel="noreferrer">
{formatMessage(bottomMenuMessages.showPolicyButtonAcceptOrRejectAllOrMoreChoices)}
</a>
</div>
<div className='container-confirm-privacy-link'>
<div className="button-confirm-cta">
<Button
Expand Down

0 comments on commit d558973

Please sign in to comment.