diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 354257a52..84a7593ca 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -38,6 +38,15 @@ export const DesktopRightNav = observer(function DesktopRightNav() { href="/support/privacy" text="Privacy Policy" /> + <Text type="md" style={pal.textLight}> + · + </Text> + <TextLink + type="md" + style={pal.link} + href="/support/tos" + text="Terms" + /> </View> </View> <InviteCodes /> |