docs(link): fix duplicate examples (#346)

This commit is contained in:
Zhao Lei
2020-07-24 17:37:05 +08:00
committed by GitHub
parent ca4f8e3072
commit 2fbdf1cac6
2 changed files with 2 additions and 2 deletions

View File

@@ -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>
</>
`}
/>

View File

@@ -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>
</>
`}
/>