From a0dff80cedb813b9707498e0a3023265ee561f0d Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Tue, 19 May 2026 17:57:02 +0200 Subject: [PATCH] ui(signup): privacy-notice shield als app-icon-look MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🛡️ Unicode-Schild → grünes (22c55e) rounded-md Square mit weißem Ionicons shield-checkmark, 32x32. Konsistent mit App-Icon-Style. --- apps/rebreak-native/app/(auth)/signup.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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')}