chore: add github badge

This commit is contained in:
Ou 2024-10-25 13:40:19 +08:00
parent d905724c81
commit f6a7b201ba

View File

@ -80,6 +80,24 @@ export function Menu() {
<span className="i-ph:github-logo-duotone inline-block" />
<span>Star on Github </span>
</li>
<li className="flex gap-2 items-center">
<a
href="https://github.com/ourongxing/newsnow"
>
<img
alt="GitHub forks badge"
src="https://img.shields.io/github/stars/ourongxing/newsnow?logo=github"
/>
</a>
<a
href="https://github.com/ourongxing/newsnow/fork"
>
<img
alt="GitHub forks badge"
src="https://img.shields.io/github/forks/ourongxing/newsnow?logo=github"
/>
</a>
</li>
</ol>
</motion.div>
</div>