diff --git a/apps/web/src/routes/dashboard.ts b/apps/web/src/routes/dashboard.ts index e1a4f03..69f645f 100644 --- a/apps/web/src/routes/dashboard.ts +++ b/apps/web/src/routes/dashboard.ts @@ -297,4 +297,4 @@ export const dashboard = new Elysia() // Docs .get("/docs", () => html("docs", {})) .get("/privacy", () => html("privacy", {})) - .get("/tos", () => html("tos", {})); + .get("/terms", () => html("tos", {})); diff --git a/apps/web/src/views/landing.ejs b/apps/web/src/views/landing.ejs index 62becba..3e1e8fb 100644 --- a/apps/web/src/views/landing.ejs +++ b/apps/web/src/views/landing.ejs @@ -124,7 +124,6 @@