Skip to content

Commit

Permalink
Merge pull request #15262 from taxpayer/patch-1
Browse files Browse the repository at this point in the history
Fixes Panel's styling class names in documentation
  • Loading branch information
cetincakiroglu authored Apr 18, 2024
2 parents 0038037 + 791d273 commit 222a146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/panel/styledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ import { Component } from '@angular/core';
<td>Container element.</td>
</tr>
<tr>
<td>p-panel-titlebar</td>
<td>p-panel-header</td>
<td>Header section.</td>
</tr>
<tr>
<td>p-panel-title</td>
<td>Title text of panel.</td>
</tr>
<tr>
<td>p-panel-titlebar-toggler</td>
<td>p-panel-header-icon</td>
<td>Toggle icon.</td>
</tr>
<tr>
Expand Down

0 comments on commit 222a146

Please sign in to comment.