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

This commit is contained in:
nate 2026-03-18 20:59:23 +04:00
parent 3b79e8d589
commit 5295fcfe79
3 changed files with 4 additions and 6 deletions

View File

@ -297,4 +297,4 @@ export const dashboard = new Elysia()
// Docs // Docs
.get("/docs", () => html("docs", {})) .get("/docs", () => html("docs", {}))
.get("/privacy", () => html("privacy", {})) .get("/privacy", () => html("privacy", {}))
.get("/tos", () => html("tos", {})); .get("/terms", () => html("tos", {}));

View File

@ -124,7 +124,6 @@
<nav class="hidden md:flex items-center gap-7 text-sm text-gray-400"> <nav class="hidden md:flex items-center gap-7 text-sm text-gray-400">
<a href="/docs" class="hover:text-gray-200 transition-colors">Docs</a> <a href="/docs" class="hover:text-gray-200 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-200 transition-colors">Privacy</a> <a href="/privacy" class="hover:text-gray-200 transition-colors">Privacy</a>
<a href="/tos" class="hover:text-gray-200 transition-colors">Terms</a>
<a href="#pricing" class="hover:text-gray-200 transition-colors">Pricing</a> <a href="#pricing" class="hover:text-gray-200 transition-colors">Pricing</a>
</nav> </nav>
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">
@ -586,8 +585,7 @@
<a href="/dashboard" class="hover:text-gray-300 transition-colors">Dashboard</a> <a href="/dashboard" class="hover:text-gray-300 transition-colors">Dashboard</a>
<a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a> <a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a> <a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a>
<a href="/tos" class="hover:text-gray-300 transition-colors">Terms</a> <a href="/terms" class="hover:text-gray-300 transition-colors">Terms</a>
<a href="#pricing" class="hover:text-gray-300 transition-colors">Pricing</a>
</nav> </nav>
</div> </div>
<div class="text-xs text-gray-600"> <div class="text-xs text-gray-600">

View File

@ -16,7 +16,7 @@
<nav class="flex items-center gap-5 text-sm text-gray-400"> <nav class="flex items-center gap-5 text-sm text-gray-400">
<a href="/docs" class="hover:text-gray-200 transition-colors">Docs</a> <a href="/docs" class="hover:text-gray-200 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-200 transition-colors">Privacy</a> <a href="/privacy" class="hover:text-gray-200 transition-colors">Privacy</a>
<a href="/tos" class="text-gray-200">Terms</a> <a href="/terms" class="text-gray-200">Terms</a>
<a href="/dashboard" class="hover:text-gray-200 transition-colors">Sign in</a> <a href="/dashboard" class="hover:text-gray-200 transition-colors">Sign in</a>
</nav> </nav>
</div> </div>
@ -97,7 +97,7 @@
<a href="/dashboard" class="hover:text-gray-300 transition-colors">Dashboard</a> <a href="/dashboard" class="hover:text-gray-300 transition-colors">Dashboard</a>
<a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a> <a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a> <a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a>
<a href="/tos" class="hover:text-gray-300 transition-colors">Terms</a> <a href="/terms" class="hover:text-gray-300 transition-colors">Terms</a>
</nav> </nav>
</div> </div>
<div class="text-xs text-gray-600">Built by Ico &#9823;</div> <div class="text-xs text-gray-600">Built by Ico &#9823;</div>