Skip to content

Commit

Permalink
fix: update snapshot (#29309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Feb 10, 2021
1 parent 1d43753 commit 7368b05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/typography/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -68,15 +68,15 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
<li>
<a
class="ant-typography"
href="/docs/pattern/navigation"
href="/docs/spec/overview"
>
Patterns
</a>
</li>
<li>
<a
class="ant-typography"
href="/docs/resource/download"
href="/docs/resources"
>
Resource Download
</a>
Expand Down Expand Up @@ -164,23 +164,23 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
<li>
<a
class="ant-typography"
href="/docs/spec/proximity"
href="/docs/spec/proximity-cn"
>
设计原则
</a>
</li>
<li>
<a
class="ant-typography"
href="/docs/pattern/navigation"
href="/docs/spec/overview-cn"
>
设计模式
</a>
</li>
<li>
<a
class="ant-typography"
href="/docs/resource/download"
href="/docs/resources-cn"
>
设计资源
</a>
Expand Down

0 comments on commit 7368b05

Please sign in to comment.