Browse Source

docs: optimize demo show (#24446)

pull/24447/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
bffa58f439
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/result/demo/error.md

6
components/result/demo/error.md

@ -43,12 +43,12 @@ ReactDOM.render(
</Text>
</Paragraph>
<Paragraph>
<CloseCircleOutlined className="site-result-demo-error-icon" /> Your account has been frozen
<a>Thaw immediately &gt;</a>
<CloseCircleOutlined className="site-result-demo-error-icon" /> Your account has been
frozen. <a>Thaw immediately &gt;</a>
</Paragraph>
<Paragraph>
<CloseCircleOutlined className="site-result-demo-error-icon" /> Your account is not yet
eligible to apply <a>Apply Unlock &gt;</a>
eligible to apply. <a>Apply Unlock &gt;</a>
</Paragraph>
</div>
</Result>,

Loading…
Cancel
Save