chore: move TOS to /terms, remove from header, remove pricing from footer
This commit is contained in:
parent
3b79e8d589
commit
5295fcfe79
|
|
@ -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", {}));
|
||||
|
|
|
|||
|
|
@ -124,7 +124,6 @@
|
|||
<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="/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>
|
||||
</nav>
|
||||
<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="/docs" class="hover:text-gray-300 transition-colors">Docs</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="#pricing" class="hover:text-gray-300 transition-colors">Pricing</a>
|
||||
<a href="/terms" class="hover:text-gray-300 transition-colors">Terms</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="text-xs text-gray-600">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<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="/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>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
<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="/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>
|
||||
</div>
|
||||
<div class="text-xs text-gray-600">Built by Ico ♟</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue