update accent color on github button
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m18s

This commit is contained in:
Lee
2024-04-19 15:33:36 +01:00
parent f06b47823c
commit c2ca3beb05
2 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export function GithubStar(): ReactElement {
href="https://github.com/RealFascinated/minecraft-helper"
target="_blank"
>
<p className="text-white text-sm bg-secondary py-[3px] px-[4px] rounded-lg leading-none">{starCount}</p>
<p className="text-white text-sm bg-github-green-accent py-[3px] px-[4px] rounded-lg leading-none">{starCount}</p>
<Star size={16} />
<p className="text-white text-sm">Star us!</p>
</Link>