diff options
author | Markus Amalthea Magnuson <markus@polyscopic.works> | 2023-05-16 19:44:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 12:44:30 -0500 |
commit | 924e18e644960627a09ec921fed4348a7d424b79 (patch) | |
tree | fcf23fd629c374d7a812d80fb08d9fd657a9c4bd /src | |
parent | a891f4c3269bcc641b2d28b74fc747e30defdbb0 (diff) | |
download | voidsky-924e18e644960627a09ec921fed4348a7d424b79.tar.zst |
Remove surrounding spaces in parentheses. (#667)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/InviteCodes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/InviteCodes.tsx b/src/view/com/modals/InviteCodes.tsx index 52d6fa46a..b3fe9dd3f 100644 --- a/src/view/com/modals/InviteCodes.tsx +++ b/src/view/com/modals/InviteCodes.tsx @@ -57,7 +57,7 @@ export function Component({}: {}) { code works once! </Text> <Text type="sm" style={[styles.description, pal.textLight]}> - ( You'll receive one invite code every two weeks. ) + (You'll receive one invite code every two weeks.) </Text> <ScrollView style={[styles.scrollContainer, pal.border]}> {store.me.invites.map((invite, i) => ( |