Skip to content

Commit 42aa0ca

Browse files
committed
removed 'incomplete' classname from headings
1 parent 38191a4 commit 42aa0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = h('div', { className: styles.app }, [
3131

3232
h('hr', { className: styles.hr }),
3333

34-
h('h2', { className: styles.incomplete }, 'Global Selectors'),
34+
h('h2', 'Global Selectors'),
3535
h('p', [
3636
'Although they should be used as sparingly as possible, ',
3737
h('strong', 'global selectors are still available when required.')
@@ -73,7 +73,7 @@ module.exports = h('div', { className: styles.app }, [
7373

7474
h('hr', { className: styles.hr }),
7575

76-
h('h2', { className: styles.incomplete }, 'Scoped Animations'),
76+
h('h2', 'Scoped Animations'),
7777
h('p', [
7878
'CSS Modules even provide ',
7979
h('strong', 'locally scoped animations'),

0 commit comments

Comments
 (0)