🛠️ Refactor logo component to use `iconSize` directly for width and height

This commit is contained in:
pheralb 2025-01-31 10:36:38 +00:00
parent cbab1bfa3e
commit 63ce4d1e20

View File

@ -4,8 +4,8 @@
</script> </script>
<svg <svg
width={iconSize || 30} width={iconSize}
height={iconSize || 30} height={iconSize}
name="SVGL Logo" name="SVGL Logo"
viewBox="0 0 512 512" viewBox="0 0 512 512"
fill="none" fill="none"