Skip to content

Commit

Permalink
fix: updated legal role
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Feb 13, 2025
1 parent 48f1394 commit 384c017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/LegalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ const LegalView = ({ navigation }: ILegalViewProps): React.ReactElement => {
onPress={() => onPressItem({ route: 'terms-of-service' })}
testID='legal-terms-button'
right={() => <NewWindowIcon />}
accessibilityRole='link'
/>
<List.Separator />
<List.Item
title='Privacy_Policy'
onPress={() => onPressItem({ route: 'privacy-policy' })}
testID='legal-privacy-button'
right={() => <NewWindowIcon />}
accessibilityRole='link'
/>
<List.Separator />
</List.Section>
Expand Down

0 comments on commit 384c017

Please sign in to comment.