Skip to content

Commit 62038d9

Browse files
committed
fix(copy): change copy demo
1 parent 809a31a commit 62038d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/copy/demos/basic.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default () => {
1919
<p>{text}</p>
2020
</div>
2121
<div>
22-
<BlockHeader title={`使用 ()=> React.ReactNode`} background={false} size="small" />
23-
<Copy text={text} tooltip={() => `使用 ()=> React.ReactNode,复制该文本`} />
22+
<BlockHeader title={`使用 () => React.ReactNode`} background={false} size="small" />
23+
<Copy text={text} tooltip={() => `使用 () => React.ReactNode,复制该文本`} />
2424
<p>{text}</p>
2525
</div>
2626
</Space>

0 commit comments

Comments
 (0)