diff --git a/apps/rebreak-native/app/(auth)/signup.tsx b/apps/rebreak-native/app/(auth)/signup.tsx index 5ae9aab..fd38134 100644 --- a/apps/rebreak-native/app/(auth)/signup.tsx +++ b/apps/rebreak-native/app/(auth)/signup.tsx @@ -12,6 +12,7 @@ import { useRouter } from 'expo-router'; import { SafeAreaView } from 'react-native-safe-area-context'; import Svg, { Path } from 'react-native-svg'; import { useTranslation } from 'react-i18next'; +import { Ionicons } from '@expo/vector-icons'; import { useAuthStore } from '../../stores/auth'; import { HERO_AVATARS, getAvatarUrl } from '../../lib/avatars'; import { KeyboardAwareScreen } from '../../components/KeyboardAwareScreen'; @@ -217,9 +218,20 @@ export default function SignUpScreen() { {/* Privacy notice */} - - 🛡 - + + + + + {t('auth.privacyNotice')}