Skip to content

Commit bb39bf4

Browse files
committed
update demo incompleteness warnings
1 parent 4542bbf commit bb39bf4

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
@@ -63,7 +63,7 @@ module.exports = h('div', { className: styles.app }, [
6363

6464
h('hr', { className: styles.hr }),
6565

66-
h('h2', { className: styles.incomplete }, 'Composition Overrides (INCOMPLETE)'),
66+
h('h2', 'Composition Overrides'),
6767
h('p', [
6868
'When composing classes, ',
6969
h('strong', ' style properties can be overridden'),
@@ -74,7 +74,7 @@ module.exports = h('div', { className: styles.app }, [
7474

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

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

0 commit comments

Comments
 (0)