rebrand: footer links to PANDUS repo instead of upstream Gatus
Some checks failed
test-ui / test-ui (push) Has been cancelled
test / test (push) Has been cancelled

This commit is contained in:
Rebecca Valente 2026-05-28 16:10:29 -03:00
parent c135aebcc4
commit f27ce234c7

View File

@ -100,7 +100,7 @@
<div class="container mx-auto px-4 py-6 max-w-7xl">
<div class="flex flex-col items-center gap-4">
<div class="text-sm text-muted-foreground text-center">
Powered by <a href="https://github.com/TwiN/gatus" target="_blank" class="font-medium text-emerald-600 hover:text-emerald-500 dark:text-emerald-400 dark:hover:text-emerald-300">Gatus</a>
Powered by <a href="https://git.puddi.ng/rebecca/pandus" target="_blank" class="font-medium text-emerald-600 hover:text-emerald-500 dark:text-emerald-400 dark:hover:text-emerald-300">PANDUS</a>
</div>
<Social />
</div>