diff --git a/src/screens/OnboardingScreen.tsx b/src/screens/OnboardingScreen.tsx index 873c668..36c749c 100644 --- a/src/screens/OnboardingScreen.tsx +++ b/src/screens/OnboardingScreen.tsx @@ -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 }[] = [ diff --git a/src/screens/ProfileScreen.tsx b/src/screens/ProfileScreen.tsx index 70ca8e4..0c008aa 100644 --- a/src/screens/ProfileScreen.tsx +++ b/src/screens/ProfileScreen.tsx @@ -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 }) => {