Skip to content

Commit

Permalink
🎬 update descriptions demo
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 6, 2019
1 parent 48763bf commit 98a3de1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ exports[`renders ./components/descriptions/demo/border.md correctly 1`] = `
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1
<br />
Expand Down Expand Up @@ -384,7 +384,7 @@ exports[`renders ./components/descriptions/demo/responsive.md correctly 1`] = `
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1
</td>
Expand Down Expand Up @@ -569,7 +569,7 @@ exports[`renders ./components/descriptions/demo/size.md correctly 1`] = `
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1
<br />
Expand Down Expand Up @@ -1025,7 +1025,7 @@ exports[`renders ./components/descriptions/demo/vertical-border.md correctly 1`]
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1
<br />
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/demo/border.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ReactDOM.render(
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1<br />
</Descriptions.Item>
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/demo/responsive.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Demo = () => {
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1
</Descriptions.Item>
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/demo/size.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Demo extends React.Component {
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1<br />
</Descriptions.Item>
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/demo/vertical-border.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ReactDOM.render(
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication factor: 3
<br />
Region: East China 1<br />
</Descriptions.Item>
Expand Down

0 comments on commit 98a3de1

Please sign in to comment.