Skip to content

Commit

Permalink
Better copy
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Dec 2, 2023
1 parent 96fbb29 commit 7597354
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/club-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const ClubSelector = ({navigation, route}) => {
}}
value={searchText}
onChangeText={onChangeTextDebounced}
autoFocus={true}
/>
{searchText !== "" &&
<Pressable
Expand Down Expand Up @@ -273,7 +274,7 @@ const ClubSelector = ({navigation, route}) => {
textAlign: 'center'
}}
>
You haven't joined any clubs
Start typing to search for clubs to join...
</DefaultText>
}

Expand Down
11 changes: 11 additions & 0 deletions components/profile-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,17 @@ const Options = ({navigation, data}) => {
setting={clubsSetting}
noSettingText="None"
/>
<DefaultText
style={{
color: '#999',
textAlign: 'center',
marginLeft: 10,
marginRight: 10,
}}
>
When you join a club, mutual members will be shown to you first in
search results
</DefaultText>

<Title style={{ marginTop: 70 }}>General Settings</Title>
{
Expand Down

0 comments on commit 7597354

Please sign in to comment.