diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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}> |