56 lines
2.3 KiB
Diff
56 lines
2.3 KiB
Diff
--- a/src/screens/Settings/AboutSettings.tsx
|
|
+++ b/src/screens/Settings/AboutSettings.tsx
|
|
@@ -79,7 +79,7 @@
|
|
<Layout.Content>
|
|
<SettingsList.Container>
|
|
<SettingsList.LinkItem
|
|
- to="https://bsky.social/about/support/tos"
|
|
+ to="/support/tos"
|
|
label={_(msg`Terms of Service`)}>
|
|
<SettingsList.ItemIcon icon={NewspaperIcon} />
|
|
<SettingsList.ItemText>
|
|
@@ -87,7 +87,7 @@
|
|
</SettingsList.ItemText>
|
|
</SettingsList.LinkItem>
|
|
<SettingsList.LinkItem
|
|
- to="https://bsky.social/about/support/privacy-policy"
|
|
+ to="/support/privacy-policy"
|
|
label={_(msg`Privacy Policy`)}>
|
|
<SettingsList.ItemIcon icon={NewspaperIcon} />
|
|
<SettingsList.ItemText>
|
|
--- a/src/screens/Takendown.tsx
|
|
+++ b/src/screens/Takendown.tsx
|
|
@@ -210,10 +210,10 @@
|
|
<Trans>
|
|
Your account was found to be in violation of the{' '}
|
|
<SimpleInlineLinkText
|
|
- label={_(msg`Bluesky Social Terms of Service`)}
|
|
- to="https://bsky.social/about/support/tos"
|
|
+ label={_(msg`syu.is Terms of Service`)}
|
|
+ to="/support/tos"
|
|
style={[a.text_md, a.leading_snug]}>
|
|
- Bluesky Social Terms of Service
|
|
+ syu.is Terms of Service
|
|
</SimpleInlineLinkText>
|
|
. You have been sent an email outlining the specific violation
|
|
and suspension period, if applicable. You can appeal this
|
|
--- a/src/view/shell/desktop/RightNav.tsx
|
|
+++ b/src/view/shell/desktop/RightNav.tsx
|
|
@@ -112,14 +112,14 @@
|
|
</>
|
|
)}
|
|
<InlineLinkText
|
|
- to="https://bsky.social/about/support/privacy-policy"
|
|
+ to="/support/privacy-policy"
|
|
style={[t.atoms.text_contrast_medium]}
|
|
label={_(msg`Privacy`)}>
|
|
{_(msg`Privacy`)}
|
|
</InlineLinkText>
|
|
<Text style={[t.atoms.text_contrast_low]}>{' ∙ '}</Text>
|
|
<InlineLinkText
|
|
- to="https://bsky.social/about/support/tos"
|
|
+ to="/support/tos"
|
|
style={[t.atoms.text_contrast_medium]}
|
|
label={_(msg`Terms`)}>
|
|
{_(msg`Terms`)}
|