From 2a3f5e747c36769ecc8f9e276e0f409beb802186 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Wed, 5 Aug 2020 23:01:44 +0800 Subject: [PATCH] fix: update text --- packages/button/doc/index.stories.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/button/doc/index.stories.ts b/packages/button/doc/index.stories.ts index dff6bcdee9..0bac849c58 100644 --- a/packages/button/doc/index.stories.ts +++ b/packages/button/doc/index.stories.ts @@ -5,6 +5,6 @@ export default { export const NormalButton = (): string => 'With Text' export const ButtonTwo = (): string => 'button two' export const ButtonGroup = (): string => ` -上一页 -下一页 +Left +Right `