From 9f1190ac9e2130548ce9ba1cc091b45224753762 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 20:46:07 +0200 Subject: [PATCH] Fix Next link with correct info --- src/PokemonPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PokemonPage.jsx b/src/PokemonPage.jsx index a37849f..02eeed8 100644 --- a/src/PokemonPage.jsx +++ b/src/PokemonPage.jsx @@ -32,7 +32,7 @@ const PokemonPage = ({ previous, next }) => {
{previous && Previous} Home - {next && Next} + {next && Next}