Skip to content

Commit 6b397c9

Browse files
Update elements/pf-alert/demo/custom-icon.html
Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
1 parent 3f0e7b5 commit 6b397c9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

elements/pf-alert/demo/custom-icon.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<div class="demo-description">
2-
<section class="alerts-page">
3-
<pf-alert class="a" state="cogear">
4-
<h3 slot="header">Success alert title</h3>
5-
</pf-alert>
6-
<pf-alert class="b" state="cogear">
7-
<h3 slot="header">Success alert title</h3>
8-
</pf-alert>
9-
</section>
1+
<div class="alert-demo">
2+
<pf-alert class="a" state="cogear">
3+
<h3 slot="header">Success alert title</h3>
4+
</pf-alert>
5+
<pf-alert class="b" state="cogear">
6+
<h3 slot="header">Success alert title</h3>
7+
</pf-alert>
108
</div>
119

1210
<script type="module">

0 commit comments

Comments
 (0)