diff --git a/src/components/ageAssurance/AgeRestrictedScreen.tsx b/src/components/ageAssurance/AgeRestrictedScreen.tsx index b16227735a..e89ecee726 100644 --- a/src/components/ageAssurance/AgeRestrictedScreen.tsx +++ b/src/components/ageAssurance/AgeRestrictedScreen.tsx @@ -3,7 +3,7 @@ import {View} from 'react-native' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {atoms as a, useTheme} from '#/alf' +import {atoms as a, select, useTheme} from '#/alf' import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge' import { AgeAssuranceInitDialog, @@ -58,50 +58,78 @@ export function AgeRestrictedScreen({ - - - - - - - - - You're using Bluesky from a location that legally requires you - to verify your age prior to accessing certain features, like - adult content and direct messaging. - - - - - - You must complete age verification to access this screen. - - - - - - - Age verification takes only a few minutes + + + + + + + + + You're using Bluesky from a location that legally requires + you to verify your age prior to accessing certain features, + like adult content and direct messaging. + - + + + You must complete age verification to access this screen. + + + + + + + + Age verification takes only a few minutes + + + +