mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Fixed Bug #360
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
{#each platforms as platform}
|
{#each platforms as platform}
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<li>
|
<li>
|
||||||
<a href={platform.href} class="aw-box-icon has-border-gradient">
|
<a href={platform.href} class="aw-icon-button aw-box-icon has-border-gradient">
|
||||||
<img src={platform.image} alt="{platform.name} Logo" width="32" height="32" />
|
<img src={platform.image} alt="{platform.name} Logo" width="32" height="32" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user