From b57129bf5095459f26fcd69d3087ffd2cddbd45a 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 0b89633..cd1123b 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} ))} );