Update footer.tsx

update mail
This commit is contained in:
Zhowl 2024-09-21 13:30:29 +08:00 committed by GitHub
parent b74ed6c66d
commit da564047f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export default function Footer() {
</p>
<section className="mt-1 flex items-center gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
© 2020-{new Date().getFullYear()}{" "}
<a href={"https://buycoffee.top"}>@Hamster1963</a>
<a href={"mailto:hi@scisurf.net"}>@SciSurf</a>
</section>
</section>
</footer>