22 lines
1007 B
Diff
22 lines
1007 B
Diff
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx
|
|
index 1703036b5..42baa462c 100644
|
|
--- a/src/screens/Settings/Settings.tsx
|
|
+++ b/src/screens/Settings/Settings.tsx
|
|
@@ -231,16 +231,6 @@ export function SettingsScreen({}: Props) {
|
|
<Trans>Languages</Trans>
|
|
</SettingsList.ItemText>
|
|
</SettingsList.LinkItem>
|
|
- <SettingsList.PressableItem
|
|
- onPress={() => Linking.openURL(HELP_DESK_URL)}
|
|
- label={_(msg`Help`)}
|
|
- accessibilityHint={_(msg`Opens helpdesk in browser`)}>
|
|
- <SettingsList.ItemIcon icon={CircleQuestionIcon} />
|
|
- <SettingsList.ItemText>
|
|
- <Trans>Help</Trans>
|
|
- </SettingsList.ItemText>
|
|
- <SettingsList.Chevron />
|
|
- </SettingsList.PressableItem>
|
|
<SettingsList.LinkItem to="/settings/about" label={_(msg`About`)}>
|
|
<SettingsList.ItemIcon icon={BubbleInfoIcon} />
|
|
<SettingsList.ItemText>
|