diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index d5a0137..888c497 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -132,6 +132,10 @@ // Icon Stroke & Size: let iconStroke = 1.8; let iconSize = 16; + + // Width & Height of : + const width = 40; + const height = 40; @@ -146,6 +150,8 @@ alt={svgInfo.title} title={svgInfo.title} loading="lazy" + {width} + {height} /> {svgInfo.title} {:else} {svgInfo.title} {svgInfo.title} {/if}