diff --git a/src/components/SrJuggernautLogo.astro b/src/components/SrJuggernautLogo.astro index cd1560d..b2891d4 100644 --- a/src/components/SrJuggernautLogo.astro +++ b/src/components/SrJuggernautLogo.astro @@ -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 ---