Skip to content

Commit

Permalink
fix: social media images
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsokola committed Jan 6, 2024
1 parent ac5b0fe commit cec7db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ export default function Home() {
rel="noopener"
>
<Image
src="/social-github.svg"
src="social-github.svg"
alt="2048-in-react on GitHub"
width={32}
height={32}
/>
</a>
<a href="https://twitter.com/msokola" target="_blank" rel="noopener">
<Image
src="/social-twitter.svg"
alt="Mateush onTwitter"
src="social-twitter.svg"
alt="Matéush on Twitter"
width={32}
height={32}
/>
Expand Down

0 comments on commit cec7db7

Please sign in to comment.