Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: add dark color to github icon in footer (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSlaven authored Feb 10, 2022
1 parent ca96773 commit c863f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Footer() {
className="mr-2"
aria-label="LinkFree repository on GitHub"
>
<GetIcons iconName="github" size={16} />
<GetIcons className="text-gray-900" iconName="github" size={16} />
</Link>
<span>v{version}</span>
</p>
Expand Down

0 comments on commit c863f5f

Please sign in to comment.