mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-31 22:41:29 +08:00
docs(link): fix duplicate examples (#346)
This commit is contained in:
@@ -49,7 +49,7 @@ Hyperlinks between pages.
|
||||
<Text><Link href="#">The Evil Rabbit Jumped over the Fence.</Link></Text>
|
||||
<Text><Link href="#" color>The Evil Rabbit Jumped over the Fence.</Link></Text>
|
||||
<Text><Link href="#" underline>The Evil Rabbit Jumped over the Fence.</Link></Text>
|
||||
<Text><Link href="#" underline>The Evil Rabbit Jumped over the Fence.</Link></Text>
|
||||
<Text><Link href="#" color underline>The Evil Rabbit Jumped over the Fence.</Link></Text>
|
||||
</>
|
||||
`}
|
||||
/>
|
||||
|
||||
@@ -37,7 +37,7 @@ export const meta = {
|
||||
<Text><Link href="#">严格模式通过抛出错误来消除了一些原有静默错误</Link></Text>
|
||||
<Text><Link href="#" color>严格模式通过抛出错误来消除了一些原有静默错误</Link></Text>
|
||||
<Text><Link href="#" underline>通过使用指南和教程来学习如何用 React</Link></Text>
|
||||
<Text><Link href="#" underline>通过使用指南和教程来学习如何用 React</Link></Text>
|
||||
<Text><Link href="#" color underline>通过使用指南和教程来学习如何用 React</Link></Text>
|
||||
</>
|
||||
`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user