From 4fa8b374718d1251d5a19f85c79b61d68793b779 Mon Sep 17 00:00:00 2001 From: Ravindren Date: Mon, 15 May 2023 18:06:24 +0530 Subject: [PATCH] docs(723): removed typograpghy --- src/standfirst/__tests__/standfirst.stories.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 = () => (