update text in StartScreen.tsx

This commit is contained in:
turnoffthiscomputer
2025-01-09 14:54:23 +01:00
parent 78913369bc
commit d39fc90ada

View File

@@ -19,7 +19,7 @@ const StartScreen: React.FC = () => {
</Text>
<Image src={OPENPASSPORT_LOGO} width={400} height={300} />
<Text textAlign="center" fontSize="$4" color={textBlack}>
No information will be shared without your explicit consent.
No personal information will be shared without your explicit consent.
</Text>
</YStack>