From 815f01500d983aaa390f678d55cab2dcc9c1bda5 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Wed, 11 Feb 2026 23:22:08 -0500 Subject: [PATCH] Fixed background color for proyection section --- src/components/section/ProjectionSection.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/section/ProjectionSection.astro b/src/components/section/ProjectionSection.astro index 2f1fc1a..d6eef2e 100644 --- a/src/components/section/ProjectionSection.astro +++ b/src/components/section/ProjectionSection.astro @@ -9,7 +9,7 @@ const { bgColor, titleColor, textColor, title, text } = Astro.props;
-
+

{title}