diff --git a/src/App.js b/src/App.js index f3b6fe6..1f92996 100644 --- a/src/App.js +++ b/src/App.js @@ -12,12 +12,14 @@ import { WorkoutProvider } from "./components/WorkoutContext"; // Import the Wor // TODO: consider putting the array of day names + workouts here instead of in WorkoutName.js and then passing it down as props function App() { return ( - {/* Wrap Router with WorkoutProvider */} + + {" "} + {/* Wrap Router with WorkoutProvider */}
- } /> + } /> } /> } /> } /> @@ -35,4 +37,4 @@ const WorkoutPage = () => (
); -export default App; \ No newline at end of file +export default App; diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 946c5b5..077377a 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -15,7 +15,7 @@ const Navbar = () => { return (