Skip to content

Commit

Permalink
fix: wrap text in LegalUpdatePopup (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored May 15, 2024
1 parent 2cb9a02 commit f4009fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Checkbox bind:checked size="lg">
<div slot="label" class="flex flex-col">
<Text type="body2" fontWeight="medium">{localize('views.onboarding.welcome.legalAction')}</Text>
<div class="flex">
<div class="flex flex-wrap">
<Link href={PRIVACY_POLICY_URL} text={localize('general.privacyPolicy')} textType="body2" external />
<Text type="body2" fontWeight="medium">&nbsp&&nbsp</Text>
<Link href={TERMS_OF_SERVICE_URL} text={localize('general.termsOfService')} textType="body2" external />
Expand Down

0 comments on commit f4009fd

Please sign in to comment.