diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 18:06:31 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 18:06:31 -0700 |
commit | 074719397787fb02305d5b2ed71b7fbace9d309c (patch) | |
tree | cd0348e90a5ba978274afb098ff2162dc69708c6 | |
parent | 2577cbf252e0f857d94fdf847f7f73bf776b2e8c (diff) | |
download | voidsky-074719397787fb02305d5b2ed71b7fbace9d309c.tar.zst |
Fix a11y prop
-rw-r--r-- | src/view/com/auth/create/Step2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index 695c40cb8..60e197564 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -61,8 +61,8 @@ export const Step2 = observer(function Step2Impl({ Don't have an invite code?{' '} <TouchableWithoutFeedback onPress={onPressWaitlist} - accessibilityLabel="button" - accessibilityHint="Opens Bluesky waitlist form"> + accessibilityLabel="Join the waitlist." + accessibilityHint=""> <View style={styles.touchable}> <Text style={pal.link}>Join the waitlist.</Text> </View> |