From 6c5ccc26f70eced3fe95a21ea7808e56087d4f9c Mon Sep 17 00:00:00 2001 From: Elena Date: Mon, 27 Nov 2023 09:27:30 +0100 Subject: [PATCH] fix: page location --- src/component/PageLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/PageLocation.js b/src/component/PageLocation.js index cd1123b..7a19471 100644 --- a/src/component/PageLocation.js +++ b/src/component/PageLocation.js @@ -11,7 +11,7 @@ function PageLocation(props) { Home {pathname.map((path, idx) => ( - {path} + {path} ))} );