From 65487d98c74f3a50662c5e4a1931e59191057cd4 Mon Sep 17 00:00:00 2001 From: jezzahehn Date: Thu, 22 May 2025 23:06:32 -0400 Subject: [PATCH] fix: making image optional for home page sections --- src/components/molecules/HomeSectionWrapper.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/HomeSectionWrapper.vue b/src/components/molecules/HomeSectionWrapper.vue index b9cb54e..f308dcb 100644 --- a/src/components/molecules/HomeSectionWrapper.vue +++ b/src/components/molecules/HomeSectionWrapper.vue @@ -8,7 +8,7 @@

{{ title }}

{{ text }}

-
+
@@ -16,7 +16,7 @@