Skip to content

Commit d207462

Browse files
committed
fix: spacing
1 parent b136f87 commit d207462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/components/app-register/app-register.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const TermsAndConditions: React.FC<TTermsAndConditionsProps> = ({ register }) =>
3636
className='app-register-container__tnc__link'
3737
>
3838
<Translate>terms and conditions</Translate>
39-
</Link>
39+
</Link>{' '}
4040
{translate({ message: 'and General Business Partners' })}{' '}
4141
<Link
4242
href='https://docs.deriv.com/tnc/business-partners-general-terms.pdf'

0 commit comments

Comments
 (0)