Skip to content

Commit

Permalink
terms and conditions link added
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed Nov 20, 2024
1 parent d6d0b5d commit 209edaf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ function TermsAndConditionsLabel() {
return (
<Text>
{translate('common.iAcceptThe')}
{/* TODO: Add link to terms and conditions */}
<TextLink href="">{`${translate('agreementsStep.termsAndConditions')}`}</TextLink>
<TextLink href="https://cross-border.corpay.com/tc/">{`${translate('agreementsStep.termsAndConditions')}`}</TextLink>
</Text>
);
}
Expand Down

0 comments on commit 209edaf

Please sign in to comment.