fix tagbadge ui problem in darkmode

This commit is contained in:
PrinOrange
2024-01-06 23:27:37 +08:00
parent d47d4a18ee
commit c1820a5809
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ export const Footer = () => {
</Link>
</div>
<div className="my-2 flex flex-wrap justify-center space-x-3 text-center text-gray-500 underline dark:text-gray-400">
<Link href="https://github.com/PrinOrange/nextjs-lexical-blog" title="Sponsor me for my works.">
{"Source Code"}
</Link>
<Link href="/sponsor" title="Sponsor me for my works.">
{"Sponsor"}
</Link>