diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-07 14:06:40 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-07 14:06:40 +0100 |
commit | b5e0f464afff6f58b3ac40c9aa5859dfd326bab5 (patch) | |
tree | 0bf364ba9a794ef798591abe50bcc4de3c72e20d /apps/website/config.ts | |
parent | 9e95047521bd886e3104532712eb929d2e475c6d (diff) | |
download | Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.gz Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.bz2 Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.zip |
TOS + Privacy
Diffstat (limited to 'apps/website/config.ts')
-rw-r--r-- | apps/website/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/config.ts b/apps/website/config.ts index b0d7211..07cbf0f 100644 --- a/apps/website/config.ts +++ b/apps/website/config.ts @@ -84,7 +84,7 @@ export const configConst = { links: [ { text: 'Terms of service', - url: '/terms', + url: '/tos', }, { text: 'Privacy policy', |