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

Black GitHub icon #1116

Merged
merged 2 commits into from
Feb 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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