8000 Remove superfluous line break · jletey/unifiedjs.github.io@839ebc3 · GitHub
[go: up one dir, main page]

Skip to content < 8000 /span>

Commit 839ebc3

Browse files
committed
Remove superfluous line break
1 parent e983981 commit 839ebc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generate/page/home.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ function home(data) {
3333
'We ',
3434
h('em', 'also'),
3535
' provide hundreds of packages to work on the trees in ',
36-
'between. '
37-
]),
38-
h('p', [
36+
'between. ',
37+
h('br'),
3938
h('strong', 'You'),
4039
' can build on the ',
4140
h('strong', 'unified collective'),

0 commit comments

Comments
 (0)
0