mirror of
https://github.com/xHyroM/website.git
synced 2024-11-25 16:21:06 +01:00
fix: add w-8 to icon
This commit is contained in:
parent
665a7ed2ca
commit
347cb26b5d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const socials = [
|
||||||
<li class="mr-4 ">
|
<li class="mr-4 ">
|
||||||
<a class="h-10 w-10" href={social.link} title={social.name}>
|
<a class="h-10 w-10" href={social.link} title={social.name}>
|
||||||
<img
|
<img
|
||||||
class="h-8 hover:-translate-y-1 transition-all"
|
class="h-8 w-8 hover:-translate-y-1 transition-all"
|
||||||
src={`/icons/${social.icon}.svg`}
|
src={`/icons/${social.icon}.svg`}
|
||||||
alt={`${social.name} icon`}
|
alt={`${social.name} icon`}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue