From 526407e3ccee970f81926f032462908a7b7518bd Mon Sep 17 00:00:00 2001 From: PLN Date: Wed, 16 Jun 2021 16:38:40 +0200 Subject: [PATCH] feat(NavLinks): Link+responsive size --- components/NavLinks.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/NavLinks.js b/components/NavLinks.js index 8525b9d..f2041b1 100644 --- a/components/NavLinks.js +++ b/components/NavLinks.js @@ -16,12 +16,12 @@ function NavLinks({ prev, next }) { let nextText = next != 1 ? "Suivante" : "Retour au début"; return (
- + - - + + - +
); } -- libgit2 0.27.0