Skip to content

Commit

Permalink
Merge pull request #11637 from nelioyann/patch-1
Browse files Browse the repository at this point in the history
fix: remove duplicate class in button example
  • Loading branch information
cetincakiroglu authored Sep 9, 2022
2 parents 082c3c4 + 0b11112 commit 6504000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/button/buttondemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h5>Text Buttons</h5>
&lt;button pButton type="button" label="Submit" class="p-button-text"&gt;&lt;/button&gt;
&lt;button pButton type="button" icon="pi pi-check" class="p-button-text"&gt;&lt;/button&gt;
&lt;button pButton type="button" label="Cancel" icon="pi pi-times" class="p-button-text"&gt;&lt;/button&gt;
&lt;button pButton type="button" label="Search" icon="pi pi-search" iconPos="right" class="p-button-text p-button-text"&gt;&lt;/button&gt;
&lt;button pButton type="button" label="Search" icon="pi pi-search" iconPos="right" class="p-button-text"&gt;&lt;/button&gt;
</app-code>
<h5>Raised and Rounded Buttons</h5>
<p>A button can be raised by having "p-button-raised" style class and similarly borders can be made rounded using "p-button-rounded" class.</p>
Expand Down

0 comments on commit 6504000

Please sign in to comment.