make star size slightly bigger on star us button

This commit is contained in:
Lee 2024-04-19 22:58:01 +01:00
parent 31b831f97b
commit 6e2fc9e13b

@ -24,8 +24,8 @@ export function GithubStar(): ReactElement {
target="_blank"
>
<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>
<Star size={18} />
<p className="text-white text-sm leading-none">Star us!</p>
</Link>
);
}