make star size slightly bigger on star us button
This commit is contained in:
parent
31b831f97b
commit
6e2fc9e13b
@ -24,8 +24,8 @@ export function GithubStar(): ReactElement {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<p className="text-white text-sm bg-github-green-accent 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} />
|
<Star size={18} />
|
||||||
<p className="text-white text-sm">Star us!</p>
|
<p className="text-white text-sm leading-none">Star us!</p>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user