Fix a11y prop

This commit is contained in:
Paul Frazee 2023-10-30 18:06:31 -07:00
parent 2577cbf252
commit 0747193977

View file

@ -61,8 +61,8 @@ export const Step2 = observer(function Step2Impl({
Don't have an invite code?{' '} Don't have an invite code?{' '}
<TouchableWithoutFeedback <TouchableWithoutFeedback
onPress={onPressWaitlist} onPress={onPressWaitlist}
accessibilityLabel="button" accessibilityLabel="Join the waitlist."
accessibilityHint="Opens Bluesky waitlist form"> accessibilityHint="">
<View style={styles.touchable}> <View style={styles.touchable}>
<Text style={pal.link}>Join the waitlist.</Text> <Text style={pal.link}>Join the waitlist.</Text>
</View> </View>