Skip to content

Commit

Permalink
Refactor #4392 - Message demodescription
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 17, 2023
1 parent 0e349b8 commit f824363
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/doc/message/pt/ptdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ export default function PTDemo() {

return (
<>
<DocSectionText {...props}>
<p>
Text to display is defined with the <i>text</i> property.
</p>
</DocSectionText>
<DocSectionText {...props}></DocSectionText>
<div className="card flex justify-content-center">
<Message
text="Message Content"
Expand Down

0 comments on commit f824363

Please sign in to comment.