Skip to content

Commit dbda574

Browse files
kleisaukeulivz
authored andcommittedOct 4, 2019
fix($theme-default): make arrow spacing consistent (#1907)
Minor regression of PR #1427.
1 parent d858e43 commit dbda574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/@vuepress/theme-default/components/PageNav.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</span>
88

99
<span v-if="next" class="next">
10-
<router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>→
10+
<router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>
11+
1112
</span>
1213
</p>
1314
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.