···1616import {type AppLanguage} from '#/locale/languages'
1717import {useLanguagePrefs} from '#/state/preferences'
1818import {useSession} from '#/state/session'
1919-import {atoms as a, useTheme, web} from '#/alf'
1919+import {atoms as a, web} from '#/alf'
2020import {Admonition} from '#/components/Admonition'
2121import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge'
2222import {urls} from '#/components/ageAssurance/const'
···6363}
64646565function Inner() {
6666- const t = useTheme()
6766 const {_} = useLingui()
6867 const {currentAccount} = useSession()
6968 const langPrefs = useLanguagePrefs()
···323322 />
324323 </Button>
325324 </View>
326326-327327- <Text
328328- style={[a.text_xs, a.leading_snug, t.atoms.text_contrast_medium]}>
329329- <Trans>
330330- By continuing, you agree to the{' '}
331331- <SimpleInlineLinkText
332332- label={_(msg`KWS Terms of Use`)}
333333- to={urls.kwsTermsOfUse}
334334- style={[a.text_xs, a.leading_snug]}>
335335- KWS Terms of Use
336336- </SimpleInlineLinkText>{' '}
337337- and acknowledge that KWS will store your verified status with
338338- your hashed email address in accordance with the{' '}
339339- <SimpleInlineLinkText
340340- label={_(msg`KWS Privacy Policy`)}
341341- to={urls.kwsPrivacyPolicy}
342342- style={[a.text_xs, a.leading_snug]}>
343343- KWS Privacy Policy
344344- </SimpleInlineLinkText>
345345- . This means you won’t need to verify again the next time you
346346- use this email for other apps, games, and services powered by
347347- KWS technology.
348348- </Trans>
349349- </Text>
350325 </>
351326 )}
352327 </View>