update: footer text

This commit is contained in:
nate 2026-03-18 21:23:00 +04:00
parent 3e6e758648
commit a829c4507c
1 changed files with 1 additions and 2 deletions

View File

@ -582,14 +582,13 @@
<div class="flex items-center gap-6"> <div class="flex items-center gap-6">
<a href="/" class="text-lg font-bold tracking-tight font-mono">Ping<span class="text-brand">QL</span></a> <a href="/" class="text-lg font-bold tracking-tight font-mono">Ping<span class="text-brand">QL</span></a>
<nav class="flex items-center gap-5 text-sm text-gray-500"> <nav class="flex items-center gap-5 text-sm text-gray-500">
<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="/terms" 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"> <div class="text-xs text-gray-600">
&copy; <%= new Date().getFullYear() %> PingQL. All rights reserved. &copy; <%= new Date().getFullYear() %> PingQL
</div> </div>
</div> </div>
</footer> </footer>