Skip to content

Commit

Permalink
fix: footer icons
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Oct 23, 2024
1 parent 09c8abf commit 6c56bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/portfolio/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ export default function Footer() {
dangerouslySetInnerHTML={{
__html: siGithub.svg,
}}
className="w-6 h-6"
className="w-6 h-6 fill-muted-foreground"
/>
</ExoticLink>
<ExoticLink href={PERSONAL.twitter}>
<div
dangerouslySetInnerHTML={{
__html: siX.svg,
}}
className="w-6 h-6"
className="w-6 h-6 fill-muted-foreground"
/>
</ExoticLink>
<ExoticLink href={PERSONAL.linkedin}>
<div
dangerouslySetInnerHTML={{
__html: siLinkedin.svg,
}}
className="w-6 h-6"
className="w-6 h-6 fill-muted-foreground"
/>
</ExoticLink>
<ExoticLink href={`mailto:${PERSONAL.email}`}>
Expand Down

0 comments on commit 6c56bf2

Please sign in to comment.