From 0fb8de34cbea6bcbfb95bd5b47b664db4f832ca0 Mon Sep 17 00:00:00 2001 From: widgeter Date: Tue, 8 Aug 2023 13:09:35 +0200 Subject: [PATCH] Modify Features3 when they are consecutive --- src/components/widgets/Features3.astro | 13 +++++++++++-- src/pages/about.astro | 2 ++ src/types.d.ts | 2 ++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Features3.astro b/src/components/widgets/Features3.astro index ea2575e..ab8fd59 100644 --- a/src/components/widgets/Features3.astro +++ b/src/components/widgets/Features3.astro @@ -12,6 +12,8 @@ const { image, items = [], columns, + isBeforeContent, + isAfterContent, id, isDark = false, @@ -20,7 +22,14 @@ const { } = Astro.props as Features; --- - +