mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
docs: Update demo preview link (#22061)
* docs: Update demo preview link * Update snapshot
This commit is contained in:
parent
639cedeac2
commit
3670ca7c8d
@ -403,7 +403,7 @@ exports[`renders ./components/select/demo/big-data.md correctly 1`] = `
|
||||
Ant Design 3.0
|
||||
</h3>
|
||||
<iframe
|
||||
src="https://codesandbox.io/embed/beautiful-banzai-m72lv?view=preview"
|
||||
src="https://codesandbox.io/embed/solitary-voice-m3vme?fontsize=14&hidenavigation=1&theme=dark&view=preview"
|
||||
style="width:100%;height:300px"
|
||||
title="Ant Design 3.0 Select demo"
|
||||
/>
|
||||
|
@ -49,7 +49,7 @@ ReactDOM.render(
|
||||
<Title level={3}>Ant Design 3.0</Title>
|
||||
<iframe
|
||||
title="Ant Design 3.0 Select demo"
|
||||
src="https://codesandbox.io/embed/beautiful-banzai-m72lv?view=preview"
|
||||
src="https://codesandbox.io/embed/solitary-voice-m3vme?fontsize=14&hidenavigation=1&theme=dark&view=preview"
|
||||
style={{ width: '100%', height: 300 }}
|
||||
/>
|
||||
</div>,
|
||||
|
Loading…
Reference in New Issue
Block a user