Skip to content

Commit

Permalink
fix($theme-default): make arrow spacing consistent (#1907)
Browse files Browse the repository at this point in the history
Minor regression of PR #1427.
  • Loading branch information
kleisauke authored and ulivz committed Oct 4, 2019
1 parent d858e43 commit dbda574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vuepress/theme-default/components/PageNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</span>

<span v-if="next" class="next">
<router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>→
<router-link v-if="next" :to="next.path">{{ next.title || next.path }}</router-link>
</span>
</p>
</div>
Expand Down

0 comments on commit dbda574

Please sign in to comment.