From a3a9dfead28ea971fff5c11b1932c8228a307a54 Mon Sep 17 00:00:00 2001
From: Stephen Liang <538214+stephenliang@users.noreply.github.com>
Date: Thu, 20 Mar 2025 11:10:06 -0700
Subject: [PATCH] branch
---
.../component-library/src/cms/section/stories/Section.story.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/packages/component-library/src/cms/section/stories/Section.story.tsx b/frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
index ade562c..57eaddd 100644
--- a/frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
+++ b/frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
@@ -74,7 +74,7 @@ export const SectionWithBackgroundColorT: Story = {
padding: 'l',
children: (
<>
- This is a section with a background color!
+ This is a section with a background color
I'm just a sentence.
>
),