mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
chore: add github badge
This commit is contained in:
parent
d905724c81
commit
f6a7b201ba
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user