Add tos, community guidelines, and copyright policy (#410)
* Add tos, community guidelines, and copyright policy * Fix lint
This commit is contained in:
parent
a74919ef33
commit
2f519bd66e
11 changed files with 1167 additions and 8 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue