Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/screens/OnboardingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Gender = 'f' | 'm' | 'tw' | 'tm' | 'nb';
const VIBE_TAGS = [
'Tonight only', 'Down for anything', 'No strings', 'Good vibes only',
'Spontaneous', 'Late night magic', 'Come find me', 'Free tonight',
'Let's link', 'Adventurous', 'Just got out', 'Dream energy',
"Let's link", 'Adventurous', 'Just got out', 'Dream energy',
];

const GENDER_OPTIONS: { key: Gender; label: string; emoji: string }[] = [
Expand Down
2 changes: 1 addition & 1 deletion src/screens/ProfileScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const C = {
const VIBE_TAGS = [
'Tonight only', 'Down for anything', 'No strings', 'Good vibes only',
'Spontaneous', 'Late night magic', 'Come find me', 'Free tonight',
'Let's link', 'Adventurous', 'Just got out', 'Dream energy',
"Let's link", 'Adventurous', 'Just got out', 'Dream energy',
];

const ProfileScreen: React.FC<{ navigation?: any }> = ({ navigation }) => {
Expand Down
Loading