mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Added ask your family message
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user