From 085022139c29ee8e9b86091aad78f73845d8bc82 Mon Sep 17 00:00:00 2001 From: Ulric Date: Fri, 15 Sep 2023 14:37:22 +0200 Subject: [PATCH] :memo: change description --- Storybook/components/Button/Button.stories.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Storybook/components/Button/Button.stories.tsx b/Storybook/components/Button/Button.stories.tsx index f2b8e935..c2ca1b6c 100644 --- a/Storybook/components/Button/Button.stories.tsx +++ b/Storybook/components/Button/Button.stories.tsx @@ -38,12 +38,7 @@ export default { notes: ` # Button -This is a paragraph that can span multiple lines. It should be line-wrapped -but not contain any paragraph breaks. - -Unless a paragraph break is explicitly used. - -Inline content can be **strong**, _emphasized_, ~~struck out~~, \`code\`, or a [hyperlink](http://example.com). +A simple button. `, },