From f76c23107e3b6e021bc998caa2989534fd094ed0 Mon Sep 17 00:00:00 2001 From: kirinnee Date: Sun, 29 Dec 2024 20:39:15 +0800 Subject: [PATCH] fix: incorrect css class for bg --- src/components/index/Hero.astro | 3 +++ src/components/index/SvgBackground.astro | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/index/Hero.astro b/src/components/index/Hero.astro index fc6af12..f1c96a4 100644 --- a/src/components/index/Hero.astro +++ b/src/components/index/Hero.astro @@ -18,6 +18,9 @@ import SvgBackground from "./SvgBackground.astro"; mascot
+ + +
JOIN THE KKOMMUNITY
diff --git a/src/components/index/SvgBackground.astro b/src/components/index/SvgBackground.astro index f40ce27..07ee676 100644 --- a/src/components/index/SvgBackground.astro +++ b/src/components/index/SvgBackground.astro @@ -3,13 +3,13 @@ import background from '../../assets/bg-2.svg'; import webBackground from '../../assets/bg-web.svg'; --- -
+
background