From cb21b3051b4ca7482c8a50b03480b944e4c17cc4 Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Tue, 14 Oct 2025 16:24:40 -0700 Subject: [PATCH] fix content name --- libs/components/src/callout/callout.stories.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/components/src/callout/callout.stories.ts b/libs/components/src/callout/callout.stories.ts index 9710bc4a21e..128f51464d1 100644 --- a/libs/components/src/callout/callout.stories.ts +++ b/libs/components/src/callout/callout.stories.ts @@ -129,7 +129,7 @@ export const TruncateWithTitle: Story = { template: `
(args)}> - This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long title. + This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long content.
`, @@ -146,7 +146,7 @@ export const TruncateWithoutTitle: Story = { template: `
(args)}> - This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long title. + This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long content.
`,