Skip to content

Commit 8bf0854

Browse files
committed
Updates
1 parent 91a5c9b commit 8bf0854

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<div class="container">
2424
<h1>Buttons</h1>
2525

26-
<h2>Individual</h2>
26+
<h3>Individual</h3>
2727
<wc-button name="save" link="http://news.bbc.co.uk/">Save</wc-button>
2828
<wc-button name="retry">Retry</wc-button>
2929

30-
<h2>Group</h2>
30+
<h3>Group</h3>
3131
<wc-button-group>
3232
<wc-button name="save" link="http://news.bbc.co.uk/">Save</wc-button>
3333
<wc-button name="retry">Retry</wc-button>
@@ -39,7 +39,7 @@ <h2>Group</h2>
3939
<div class="container">
4040
<h1>Badge</h1>
4141

42-
<h2>Individual</h2>
42+
<h3>Individual</h3>
4343
<wc-badge transform="uppercase">default</wc-badge>
4444
<wc-badge transform="uppercase" backgroundColor="primary">primary</wc-badge>
4545
<wc-badge transform="uppercase" backgroundColor="secondary">secondary</wc-badge>
@@ -48,8 +48,9 @@ <h2>Individual</h2>
4848
<wc-badge transform="uppercase" backgroundColor="error">error</wc-badge>
4949
<wc-badge transform="uppercase" backgroundColor="light">light</wc-badge>
5050
<wc-badge transform="uppercase" backgroundColor="dark">dark</wc-badge>
51+
<hr>
5152

52-
<h2>Group</h2>
53+
<h3>Group</h3>
5354
<wc-badge-group>
5455
<wc-badge transform="uppercase">default</wc-badge>
5556
<wc-badge transform="uppercase" backgroundColor="primary">primary</wc-badge>
@@ -60,6 +61,7 @@ <h2>Group</h2>
6061
<wc-badge transform="uppercase" backgroundColor="light">light</wc-badge>
6162
<wc-badge transform="uppercase" backgroundColor="dark">dark</wc-badge>
6263
</wc-badge-group>
64+
6365
</div>
6466
<hr>
6567

0 commit comments

Comments
 (0)