mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
🛠️ Refactor logo component to use `iconSize
` directly for width and height
This commit is contained in:
parent
cbab1bfa3e
commit
63ce4d1e20
@ -4,8 +4,8 @@
|
||||
</script>
|
||||
|
||||
<svg
|
||||
width={iconSize || 30}
|
||||
height={iconSize || 30}
|
||||
width={iconSize}
|
||||
height={iconSize}
|
||||
name="SVGL Logo"
|
||||
viewBox="0 0 512 512"
|
||||
fill="none"
|
||||
|
Loading…
x
Reference in New Issue
Block a user