From dff5e21981b61eb92c39c1690c2051c33d80fce5 Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Sat, 27 Nov 2021 17:08:03 +0530 Subject: [PATCH] Update ContentsLayout.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update styles prev and next link block - Replace `←` and `→` with `←` and `→` respectively. --- src/layouts/ContentsLayout.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/ContentsLayout.js b/src/layouts/ContentsLayout.js index e26f48e1..471a7006 100644 --- a/src/layouts/ContentsLayout.js +++ b/src/layouts/ContentsLayout.js @@ -191,9 +191,9 @@ export function ContentsLayout({ children, meta, classes, tableOfContents }) {
{prev && ( - + {prev.shortTitle || prev.title} @@ -201,10 +201,10 @@ export function ContentsLayout({ children, meta, classes, tableOfContents }) { )} {next && ( - + {next.shortTitle || next.title}