Skip to content

Commit

Permalink
Minor UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Dec 16, 2024
1 parent ebbf283 commit aacd100
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/views/SettingsView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,14 @@ const SettingsView = (): React.ReactElement => {
left={() => <List.Icon name='arrow-forward' />}
/>
<List.Separator />
<List.Item
title='Legal'
showActionIndicator
onPress={() => navigateToScreen('LegalView')}
testID='settings-view-legal'
left={() => <List.Icon name='book' />}
/>
<List.Separator />
<List.Item
title='Contact_us'
onPress={sendEmail}
Expand Down Expand Up @@ -287,13 +295,6 @@ const SettingsView = (): React.ReactElement => {
right={() => <NewWindowIcon />}
/>
<List.Separator />
<List.Item
title='Legal'
onPress={() => navigateToScreen('LegalView')}
testID='settings-view-legal'
left={() => <List.Icon name='book' />}
/>
<List.Separator />
<List.Item
title={I18n.t('Version_no', { version: getReadableVersion })}
onPress={copyAppVersion}
Expand Down

0 comments on commit aacd100

Please sign in to comment.