Added ask your family message

This commit is contained in:
Milan Paunovic
2024-11-01 04:38:42 +01:00
parent 909a4344dc
commit 37529c454e

View File

@ -32,7 +32,10 @@ const UserMenu = ({
panDirection={PanningDirectionsEnum.DOWN} panDirection={PanningDirectionsEnum.DOWN}
> >
<Card padding-20 center> <Card padding-20 center>
<Text marginB-10>Scan this QR Code to Login:</Text> <Text center marginB-10 style={{fontSize: 16, maxWidth: "80%"}}>Ask your family to download the app
and then scan the
QR Code to join the family group:
</Text>
<QRCode value={userId} size={150}/> <QRCode value={userId} size={150}/>
<Button <Button
marginT-20 marginT-20