Skip to content

Commit 0608361

Browse files
author
Karol Tatała
committed
XW-3171 | remove id from H2s
1 parent b5a051a commit 0608361

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

app/templates/route-components/banner-notifications.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Banner notifications</h1>
22
<section>
3-
<h2 id="text-only">Alert</h2>
3+
<h2>Alert</h2>
44
<p>
55
Add <code class="format-code">.wds-alert</code> class to <code class="format-code">
66
.wds-banner-notification</code> element and use icon <code
@@ -17,7 +17,7 @@
1717
</section>
1818

1919
<section>
20-
<h2 id="text-only">Warning</h2>
20+
<h2>Warning</h2>
2121
<p>
2222
Add <code class="format-code">.wds-warning</code> class to <code class="format-code">
2323
.wds-banner-notification</code> element and use icon <code
@@ -34,7 +34,7 @@
3434
</section>
3535

3636
<section>
37-
<h2 id="text-only">Success</h2>
37+
<h2>Success</h2>
3838
<p>
3939
Add <code class="format-code">.wds-success</code> class to <code class="format-code">
4040
.wds-banner-notification</code> element and use icon <code
@@ -52,7 +52,7 @@
5252
</section>
5353

5454
<section>
55-
<h2 id="text-only">Message</h2>
55+
<h2>Message</h2>
5656
<p>
5757
Add <code class="format-code">.wds-message</code> class to <code class="format-code">
5858
.wds-banner-notification</code> element and use icon <code
@@ -70,7 +70,7 @@
7070

7171

7272
<section>
73-
<h2 id="text-only">Stacked</h2>
73+
<h2>Stacked</h2>
7474

7575
{{#component-demo}}
7676
<div class="wds-banner-notification-container">

0 commit comments

Comments
 (0)