Skip to content

Commit 7868378

Browse files
authored
fix(module): replace h1 with p and use bx--type-alpha for styles (#271)
1 parent 23cb282 commit 7868378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/module/module.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="bx--module bx--module--double">
22
<div class="bx--module__inner">
33
<div class="bx--module__header">
4-
<h1 class="bx--module__title">Example header</h1>
4+
<p class="bx--module__title bx--type-alpha">Example header</p>
55
</div>
66
<div class="bx--module__content">
77
<p>
@@ -13,7 +13,7 @@ <h1 class="bx--module__title">Example header</h1>
1313
<div class="bx--module bx--module--single">
1414
<div class="bx--module__inner">
1515
<div class="bx--module__header">
16-
<h1 class="bx--module__title">Example header</h1>
16+
<p class="bx--module__title bx--type-alpha">Example header</p>
1717
</div>
1818
<div class="bx--module__content bx--module__content--centered">
1919
<p>
@@ -25,7 +25,7 @@ <h1 class="bx--module__title">Example header</h1>
2525
<div class="bx--module bx--module--single">
2626
<div class="bx--module__inner">
2727
<div class="bx--module__header">
28-
<h1 class="bx--module__title">Example header</h1>
28+
<p class="bx--module__title bx--type-alpha">Example header</p>
2929
</div>
3030
<div class="bx--module__content bx--module__content--scrollable">
3131
<p>

0 commit comments

Comments
 (0)