Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanurwin committed Mar 6, 2024
1 parent 8223260 commit b8e15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const { footerSocials, footerLists, copyrightName, background, color, showLittle
class="footer-socials__link"
title={`Open ${social.name} profile`}
>
<Icon name={social.icon} width="24px" height="24px" />
<Icon name={social.icon} width={24} height={24} />
</a>
</li>
))
Expand Down

0 comments on commit b8e15ad

Please sign in to comment.