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

Commit

Permalink
fix: black GitHub icon (#1116)
Browse files Browse the repository at this point in the history
* add dark color to github icon in footer

* add dark color for github icon in the navbar as well
  • Loading branch information
BSlaven authored Feb 13, 2022
1 parent 06ce8ad commit 6d0e296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Navbar({ items, start, end }) {
className="mr-2"
aria-label="LinkFree repository on GitHub"
>
<GetIcons iconName="github" size={16} />
<GetIcons className="text-gray-900" iconName="github" size={16} />
</Link>

<div>v{version}</div>
Expand Down

0 comments on commit 6d0e296

Please sign in to comment.