UPDATE: go 1.26.1, new data, fix ui

This commit is contained in:
2026-04-03 12:44:41 +07:00
parent d0427142e3
commit 2b0c82bd7e
8 changed files with 13 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ export default function Footer() {
<footer className="footer footer-horizontal footer-center bg-base-200 text-base-content rounded p-10">
<aside>
<p>Copyright © {new Date().getFullYear()} - Kain (Powered by Wails & DaisyUi)</p>
<p>Copyright © {new Date().getFullYear()} - Firefly Shelter (Powered by Wails & DaisyUi)</p>
</aside>
</footer>
)

View File

@@ -75,7 +75,7 @@ export default function Header() {
Launcher
</span>
</h1>
<p className="text-white text-sm">By Kain</p>
<p className="text-white text-sm">By Firefly Shelter</p>
</div>
</div>
</Link>