Skip to content

Commit

Permalink
Update Github icon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
irmantastam committed Jan 17, 2024
1 parent d66112c commit 2dc0ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Page = (props: InferGetStaticPropsType<typeof getStaticProps>) => {
title="Github"
>
<Github
fill={theme === 'dark' ? undefined : '#b5b5b5'}
fill={theme === 'dark' ? '#b5b5b5' : undefined}
className="transition-transform hover:-translate-y-0.5"
/>
</a>
Expand Down

0 comments on commit 2dc0ff7

Please sign in to comment.