feat: increase default SrJuggernautLogo size to 600x600

This commit is contained in:
2026-02-09 15:19:49 -06:00
parent 346d5a025a
commit 94988bcb73

View File

@@ -4,7 +4,7 @@ interface Props {
height?: number height?: number
className?: string className?: string
} }
const { width = 200, height = 200, className } = Astro.props const { width = 600, height = 600, className } = Astro.props
--- ---
<svg <svg