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 c38c0371a..4f56b8e52 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -46,7 +46,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() { <TextLink type="md" style={pal.link} - href="/support/privacy" + href="https://blueskyweb.xyz/support/privacy-policy" text="Privacy Policy" /> <Text type="md" style={pal.textLight}> @@ -55,7 +55,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() { <TextLink type="md" style={pal.link} - href="/support/tos" + href="https://blueskyweb.xyz/support/tos" text="Terms" /> </View> |