about summary refs log tree commit diff
path: root/src/view/shell/desktop/RightNav.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-06 22:53:58 -0500
committerGitHub <noreply@github.com>2023-04-06 22:53:58 -0500
commit2f519bd66e7f0eeb374dfcd59043ad020196140e (patch)
tree50d00b731bcb151c7af7b98cf67ffe37a4e74d72 /src/view/shell/desktop/RightNav.tsx
parenta74919ef33df7b9a4750ae06d99205fb77be95dd (diff)
downloadvoidsky-2f519bd66e7f0eeb374dfcd59043ad020196140e.tar.zst
Add tos, community guidelines, and copyright policy (#410)
* Add tos, community guidelines, and copyright policy

* Fix lint
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r--src/view/shell/desktop/RightNav.tsx9
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}>
+            &nbsp;&middot;&nbsp;
+          </Text>
+          <TextLink
+            type="md"
+            style={pal.link}
+            href="/support/tos"
+            text="Terms"
+          />
         </View>
       </View>
       <InviteCodes />