Skip to content

Commit

Permalink
invert colours on social media icons
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Dec 3, 2023
1 parent 0830e58 commit 8246f59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Footer: React.FC = () => {
className="text-lg"
>
<img
className="h-5 w-5 mx-2"
className="h-5 w-5 mx-2 invert"
alt="Github Icon"
src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg"
/>
Expand All @@ -24,7 +24,7 @@ const Footer: React.FC = () => {
className="text-lg"
>
<img
className="h-5 w-5 mx-2"
className="h-5 w-5 mx-2 invert"
alt="Twitter Icon"
src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/twitter.svg"
/>
Expand All @@ -36,7 +36,7 @@ const Footer: React.FC = () => {
className="text-lg"
>
<img
className="h-5 w-5 mx-2"
className="h-5 w-5 mx-2 invert"
alt="Linkedin Icon"
src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/linkedin.svg"
/>
Expand All @@ -48,7 +48,7 @@ const Footer: React.FC = () => {
className="text-lg"
>
<img
className="h-5 w-5 mx-2"
className="h-5 w-5 mx-2 invert"
alt="Instagram Icon"
src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/instagram.svg"
/>
Expand Down

0 comments on commit 8246f59

Please sign in to comment.