feat: increase default SrJuggernautLogo size to 600x600
This commit is contained in:
@@ -4,7 +4,7 @@ interface Props {
|
||||
height?: number
|
||||
className?: string
|
||||
}
|
||||
const { width = 200, height = 200, className } = Astro.props
|
||||
const { width = 600, height = 600, className } = Astro.props
|
||||
---
|
||||
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user