Update src/view/com/modals/LinkWarning.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
zio/stable
Minseo Lee 2024-02-15 09:19:46 +09:00 committed by GitHub
parent 83cb04b691
commit b0cdaf71dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export function Component({text, href}: {text: string; href: string}) {
type="primary"
onPress={onPressVisit}
accessibilityLabel={_(msg`Visit Site`)}
accessibilityHint=""
accessibilityHint={_(msg`Opens the linked website`)}
label={_(msg`Visit Site`)}
labelContainerStyle={{justifyContent: 'center', padding: 4}}
labelStyle={[s.f18]}