diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-20 20:13:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 20:13:07 -0500 |
commit | 906175ee5392c0cd146d189f9abefde6b2cdfccb (patch) | |
tree | f10434aa47bedd04ab66dbcf5a25d1e14f2945f0 /apps | |
parent | 0afab2cd1b1266034d35cd66f41c3bde90847f9e (diff) | |
download | Nexus-906175ee5392c0cd146d189f9abefde6b2cdfccb.tar.gz Nexus-906175ee5392c0cd146d189f9abefde6b2cdfccb.tar.bz2 Nexus-906175ee5392c0cd146d189f9abefde6b2cdfccb.zip |
Fix terms of service link in footer
Diffstat (limited to 'apps')
-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 81f939e..af6841b 100644 --- a/apps/website/config.ts +++ b/apps/website/config.ts @@ -87,7 +87,7 @@ export const configConst = { links: [ { text: 'Terms of service', - url: '/legal/tos', + url: '/legal/terms', }, { text: 'Privacy policy', |