diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/Drawer.tsx | 4 | ||||
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index c30874c2f..62a6b9040 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -255,13 +255,13 @@ let DrawerContent = ({}: {}): React.ReactNode => { <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> diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 328c527e4..d955832aa 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -80,7 +80,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) { <TextLink type="md" style={pal.link} - href="https://blueskyweb.xyz/support/privacy-policy" + href="https://bsky.social/about/support/privacy-policy" text={_(msg`Privacy`)} /> <Text type="md" style={pal.textLight}> @@ -89,7 +89,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) { <TextLink type="md" style={pal.link} - href="https://blueskyweb.xyz/support/tos" + href="https://bsky.social/about/support/tos" text={_(msg`Terms`)} /> <Text type="md" style={pal.textLight}> |