Skip to content

Commit

Permalink
fix: icons on footer (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet authored May 3, 2024
1 parent aec8b57 commit 3166f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Organisms/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Footer: React.FC<FooterProps> = ({
>
<Icon
name={iconName}
size="36"
size="36px"
color={iconName === 'twitter' ? 'black' : 'white'}
className="footer__social-icon"
/>
Expand Down

0 comments on commit 3166f41

Please sign in to comment.