From c62facf587cf4d4005b9c86e1064e062c0d63c1c Mon Sep 17 00:00:00 2001 From: dadobos Date: Sun, 8 Jan 2023 20:39:32 +0100 Subject: [PATCH] added process.env.PUBLIC_URL to browserrouter --- src/App.js | 6 +++--- src/components/BackHomeButton.jsx | 2 +- src/components/GoToCartButton.jsx | 2 +- src/components/Navbar.jsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App.js b/src/App.js index 54f739d..767b4a9 100644 --- a/src/App.js +++ b/src/App.js @@ -15,12 +15,12 @@ import NotFound from './components/NotFound'; function App() { return (
- + - } /> - } /> + } /> + } /> } />