chore: move TOS to /terms, remove from header, remove pricing from footer

This commit is contained in:
2026-03-18 20:59:23 +04:00
parent 3b79e8d589
commit 5295fcfe79
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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", {}));