change copy in `InviteCodes.tsx (#1082)
parent
869cc3aaae
commit
f33fdb97b6
|
@ -53,11 +53,7 @@ export function Component({}: {}) {
|
||||||
Invite a Friend
|
Invite a Friend
|
||||||
</Text>
|
</Text>
|
||||||
<Text type="lg" style={[styles.description, pal.text]}>
|
<Text type="lg" style={[styles.description, pal.text]}>
|
||||||
Send these invites to your friends so they can create an account. Each
|
Each code works once. You'll receive more invite codes periodically.
|
||||||
code works once!
|
|
||||||
</Text>
|
|
||||||
<Text type="sm" style={[styles.description, pal.textLight]}>
|
|
||||||
(You'll receive one invite code every two weeks.)
|
|
||||||
</Text>
|
</Text>
|
||||||
<ScrollView style={[styles.scrollContainer, pal.border]}>
|
<ScrollView style={[styles.scrollContainer, pal.border]}>
|
||||||
{store.me.invites.map((invite, i) => (
|
{store.me.invites.map((invite, i) => (
|
||||||
|
|
Loading…
Reference in New Issue