Skip to content

Commit 9f65930

Browse files
committed
fix: change dummy text for iconlist
1 parent 7c74a00 commit 9f65930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/block/icon-list/substitute.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export const substitute = {
55
'core/list',
66
{},
77
[
8-
[ 'core/list-item', { content: 'First line of content' } ],
9-
[ 'core/list-item', { content: 'Second line of content' } ],
10-
[ 'core/list-item', { content: 'Third line of content' } ],
8+
[ 'core/list-item', { content: 'First item list' } ],
9+
[ 'core/list-item', { content: 'Second item list' } ],
10+
[ 'core/list-item', { content: 'Third item list' } ],
1111
],
1212
]
1313
},

0 commit comments

Comments
 (0)