diff options
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r-- | src/view/screens/Settings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 104506576..d5531108d 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -863,13 +863,13 @@ export function SettingsScreen({}: Props) { <TextLink type="md" style={pal.link} - href="https://blueskyweb.xyz/support/tos" + href="https://bsky.social/about/support/tos" text={_(msg`Terms of Service`)} /> <TextLink type="md" style={pal.link} - href="https://blueskyweb.xyz/support/privacy-policy" + href="https://bsky.social/about/support/privacy-policy" text={_(msg`Privacy Policy`)} /> </View> |