Skip to content

Commit

Permalink
Remove /soc/ link (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Dec 15, 2023
1 parent da7a12d commit 81ced79
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions components/welcome-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,9 @@ const WelcomeScreen_ = ({navigation}) => {
{/* Date, chat & make new friends */}
Online dating exclusively for 4chan
</DefaultText>
<DefaultText
style={{
marginTop: 20,
alignSelf: 'center',
textAlign: 'center',
color: 'white',
fontSize: 14,
}}
onPress={() => Linking.openURL('https://boards.4chan.org/soc/thread/32748979')}
>
{'/soc/ thread: >>32748979'}
</DefaultText>
<DefaultTextInput
style={{
marginTop: 50,
marginTop: 80,
}}
placeholder="Enter your email to begin"
keyboardType="email-address"
Expand Down

0 comments on commit 81ced79

Please sign in to comment.