From fac81c48efc518d1245e8398173a39710665e299 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 17 Oct 2024 02:07:18 +0800 Subject: [PATCH] fix note hidden --- v3/src/components/widgets/Hero.astro | 3 ++- v3/src/pages/index.astro | 7 +++++++ v3/src/types.d.ts | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) 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; --- -
+