Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change copy in `InviteCodes.tsx (#1082)

authored by

Ansh and committed by
GitHub
f33fdb97 869cc3aa

+1 -5
+1 -5
src/view/com/modals/InviteCodes.tsx
··· 53 53 Invite a Friend 54 54 </Text> 55 55 <Text type="lg" style={[styles.description, pal.text]}> 56 - Send these invites to your friends so they can create an account. Each 57 - code works once! 58 - </Text> 59 - <Text type="sm" style={[styles.description, pal.textLight]}> 60 - (You'll receive one invite code every two weeks.) 56 + Each code works once. You'll receive more invite codes periodically. 61 57 </Text> 62 58 <ScrollView style={[styles.scrollContainer, pal.border]}> 63 59 {store.me.invites.map((invite, i) => (