Skip to content

Commit

Permalink
Remove x
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Apr 10, 2024
1 parent f4daf3e commit 0be2829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-native-sign-in-with-neynar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/react-native-signin",
"version": "0.2.7",
"version": "0.2.8",
"keywords": [
"react-native",
"neynar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const NeynarSigninButton = ({
onPress={() => setModalVisible(false)}
style={styles.closeButton}
>
<Text style={styles.closeButtonText}>{"Close x"}</Text>
<Text style={styles.closeButtonText}>{"Close"}</Text>
</TouchableOpacity>
</View>
{authUrl && (
Expand Down

0 comments on commit 0be2829

Please sign in to comment.