Fix social media icons

This commit is contained in:
2022-11-12 18:02:29 +02:00
parent 1b7a0cf9bb
commit 7334ad590c
4 changed files with 7 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ export default function Index() {
className={styles.socialMediaIcon}
src='/fb-icon.png'
alt='facebook'
width={300}
height={300}
width={100}
height={100}
loading='lazy'
/>
</a>
@@ -55,8 +55,8 @@ export default function Index() {
className={styles.socialMediaIcon}
src='/insta-icon.png'
alt='instagram'
width={300}
height={300}
width={100}
height={100}
loading='lazy'
/>
</a>