diff --git a/components/SocialLink.tsx b/components/SocialLink.tsx index 5b9fad9..1ab7659 100644 --- a/components/SocialLink.tsx +++ b/components/SocialLink.tsx @@ -11,9 +11,9 @@ type SocialLink = { export function SocialLink({icon: Icon, href, ariaLabel, className}: SocialLink) { return ( - + + className={clsx(className, "w-6 h-6 fill-zinc-500 transition group-hover:fill-zinc-600 dark:fill-zinc-400 dark:group-hover:fill-zinc-300")}/> ) } \ No newline at end of file diff --git a/pages/projects.tsx b/pages/projects.tsx index fe8f423..08fcb2c 100644 --- a/pages/projects.tsx +++ b/pages/projects.tsx @@ -50,12 +50,12 @@ export default function Projects({pinnedRepos}: { pinnedRepos: Repo[] }) { style={{backgroundColor: repo.primaryLanguage.color}}/>

- {repo.stargazerCount} + {repo.stargazerCount}