diff --git a/src/standfirst/__tests__/standfirst.stories.tsx b/src/standfirst/__tests__/standfirst.stories.tsx
index c3f043e94..60b9904db 100644
--- a/src/standfirst/__tests__/standfirst.stories.tsx
+++ b/src/standfirst/__tests__/standfirst.stories.tsx
@@ -7,14 +7,8 @@ import {StorybookCase, StorybookPage} from '../../test/storybook-comps';
import {TextBlock} from '../../text-block';
import {getColorCssFromTheme, styled} from '../../utils/style';
-const CONTENT = (
-
- NewsKit provides components, guidelines and standards to enable digital
- product teams to create high-quality, consistent products quickly. NewsKit
- is built on modular design principles and backed by best practice guidance
- for design and development.
-
-);
+const CONTENT =
+ 'NewsKit provides components, guidelines and standards to enable digital product teams to create high-quality, consistent products quickly. NewsKit is built on modular design principles and backed by best practice guidance for design and development.';
export const StoryDefault = () => (