Fix links on native
This commit is contained in:
@@ -142,6 +142,8 @@ function Inner() {
|
|||||||
<Trans>
|
<Trans>
|
||||||
We use{' '}
|
We use{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
|
overridePresentation
|
||||||
|
disableMismatchWarning
|
||||||
label={urls.kwsHome}
|
label={urls.kwsHome}
|
||||||
to={urls.kwsHome}
|
to={urls.kwsHome}
|
||||||
style={[a.text_sm, a.leading_snug]}>
|
style={[a.text_sm, a.leading_snug]}>
|
||||||
@@ -183,7 +185,7 @@ function Inner() {
|
|||||||
<>
|
<>
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
<View style={[a.w_full, a.pt_xl, a.gap_md]}>
|
<View style={[a.w_full, a.pt_xl, a.gap_md, a.pb_lg]}>
|
||||||
{wasRecentlyInitiated && (
|
{wasRecentlyInitiated && (
|
||||||
<Admonition type="tip">
|
<Admonition type="tip">
|
||||||
<Trans>
|
<Trans>
|
||||||
@@ -251,15 +253,12 @@ function Inner() {
|
|||||||
</View>
|
</View>
|
||||||
|
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[a.text_xs, a.leading_snug, t.atoms.text_contrast_medium]}>
|
||||||
a.text_xs,
|
|
||||||
a.leading_snug,
|
|
||||||
a.pt_lg,
|
|
||||||
t.atoms.text_contrast_medium,
|
|
||||||
]}>
|
|
||||||
<Trans>
|
<Trans>
|
||||||
By continuing, you agree to the{' '}
|
By continuing, you agree to the{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
|
overridePresentation
|
||||||
|
disableMismatchWarning
|
||||||
label={urls.kwsTermsOfUse}
|
label={urls.kwsTermsOfUse}
|
||||||
to={urls.kwsTermsOfUse}
|
to={urls.kwsTermsOfUse}
|
||||||
style={[a.text_xs, a.leading_snug]}>
|
style={[a.text_xs, a.leading_snug]}>
|
||||||
@@ -268,6 +267,8 @@ function Inner() {
|
|||||||
and acknowledge that KWS will store your verified status
|
and acknowledge that KWS will store your verified status
|
||||||
alongside your hashed email address in accordance with the{' '}
|
alongside your hashed email address in accordance with the{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
|
overridePresentation
|
||||||
|
disableMismatchWarning
|
||||||
label={urls.kwsPrivacyPolicy}
|
label={urls.kwsPrivacyPolicy}
|
||||||
to={urls.kwsPrivacyPolicy}
|
to={urls.kwsPrivacyPolicy}
|
||||||
style={[a.text_xs, a.leading_snug]}>
|
style={[a.text_xs, a.leading_snug]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user