diff --git a/v3/src/components/widgets/Hero.astro b/v3/src/components/widgets/Hero.astro index 89049bf..9ed11d8 100644 --- a/v3/src/components/widgets/Hero.astro +++ b/v3/src/components/widgets/Hero.astro @@ -15,10 +15,11 @@ const { id, bg = await Astro.slots.render('bg'), + className, } = Astro.props; --- -
+