Skip to content

Commit 17fd2e5

Browse files
edimitchelMichel EDIGHOFFER
and
Michel EDIGHOFFER
authored
fix: improve pagination on the right arrow (#375)
* Update render-function.md * fix(PageNav) add space before the right arrow Co-authored-by: Michel EDIGHOFFER <edimichel@gmail.com>
1 parent 7029803 commit 17fd2e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/.vuepress/theme/components/PageNav.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<OutboundLink />
2929
</a>
3030

31-
<RouterLink v-else :to="next.path">{{ next.title || next.path }}</RouterLink>→
31+
<RouterLink v-else :to="next.path">{{ next.title || next.path }}</RouterLink>
32+
3233
</span>
3334
</p>
3435
</div>

0 commit comments

Comments
 (0)