39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
|
|
index f76147ccf..9a55a243a 100644
|
|
--- a/src/view/shell/Drawer.tsx
|
|
+++ b/src/view/shell/Drawer.tsx
|
|
@@ -357,17 +357,7 @@ let DrawerFooter = ({
|
|
),
|
|
},
|
|
]}>
|
|
- <Button
|
|
- label={_(msg`Send feedback`)}
|
|
- size="small"
|
|
- variant="solid"
|
|
- color="secondary"
|
|
- onPress={onPressFeedback}>
|
|
- <ButtonIcon icon={Message} position="left" />
|
|
- <ButtonText>
|
|
- <Trans>Feedback</Trans>
|
|
- </ButtonText>
|
|
- </Button>
|
|
+{/* Feedback button removed for syu.is */}
|
|
<Button
|
|
label={_(msg`Get help`)}
|
|
size="small"
|
|
@@ -695,12 +685,12 @@ function ExtraLinks() {
|
|
<InlineLinkText
|
|
style={[a.text_md]}
|
|
label={_(msg`Terms of Service`)}
|
|
- to="https://bsky.social/about/support/tos">
|
|
+ to="https://syu.is/about/support/tos">
|
|
<Trans>Terms of Service</Trans>
|
|
</InlineLinkText>
|
|
<InlineLinkText
|
|
style={[a.text_md]}
|
|
- to="https://bsky.social/about/support/privacy-policy"
|
|
+ to="https://syu.is/about/support/privacy-policy"
|
|
label={_(msg`Privacy Policy`)}>
|
|
<Trans>Privacy Policy</Trans>
|
|
</InlineLinkText>
|