mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 12:19:19 +02:00
update footer links
This commit is contained in:
@@ -39,20 +39,15 @@
|
||||
<footer class="text-sm text-base-content p-4 flex flex-col md:flex-row gap-12 md:gap-4">
|
||||
<nav class="flex flex-col gap-2 flex-1">
|
||||
<h6 class="footer-title truncate">{{ .User.Name }}</h6>
|
||||
<a class="link link-hover">Account settings</a>
|
||||
<a class="link link-hover">Manage users</a>
|
||||
<a class="link link-hover" href="/logout">Log out</a>
|
||||
</nav>
|
||||
<nav class="flex flex-col gap-2 flex-1">
|
||||
<h6 class="footer-title">UPTIMEMONITOR</h6>
|
||||
<a class="link link-hover">Documentation</a>
|
||||
<a class="link link-hover">Pricing</a>
|
||||
<a class="link link-hover">Terms of use</a>
|
||||
<a class="link link-hover" href="https://github.com/airlabspl/uptimemonitor/blob/master/README.md"
|
||||
target="_blank" rel="noopener noreferrer">Documentation</a>
|
||||
</nav>
|
||||
<nav class="flex flex-col gap-2 flex-1">
|
||||
<h6 class="footer-title">AIR Labs</h6>
|
||||
<a class="link link-hover">About us</a>
|
||||
<a class="link link-hover">Other products</a>
|
||||
<a class="link link-hover flex items-center gap-1" href="https://x.com/airlabspl" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" version="1.1" class="size-[11px]!">
|
||||
<path
|
||||
|
Reference in New Issue
Block a user