feat: place card titles in the box

This commit is contained in:
Ephraim Atta-Duncan
2024-03-21 01:39:14 +00:00
parent 8c1686f113
commit facafe0997
11 changed files with 62 additions and 64 deletions

View File

@ -53,7 +53,7 @@ export const Callout = ({ starCount }: CalloutProps) => {
>
<Button variant="outline" className="rounded-full bg-transparent backdrop-blur-sm">
<LuGithub className="mr-2 h-5 w-5" />
Star on Github
Star on GitHub
{starCount && starCount > 0 && (
<span className="bg-primary dark:text-background -mr-2.5 ml-2.5 rounded-full px-2 py-1.5 text-xs">
{starCount.toLocaleString('en-US')}