From 2f8a7b8abb413f387d054de53e33d5f5cb410a3e Mon Sep 17 00:00:00 2001 From: Oliver Bunda Date: Fri, 10 Nov 2023 15:10:07 +0100 Subject: [PATCH 1/2] footer refactor --- web/src/App.js | 102 ++++++++++++++++++++++---------------------- web/src/Footer2.jsx | 70 ++++++++++++++++++++++++++++++ web/src/Sidebar.jsx | 39 +++++++++++++++++ 3 files changed, 161 insertions(+), 50 deletions(-) create mode 100644 web/src/Footer2.jsx create mode 100644 web/src/Sidebar.jsx diff --git a/web/src/App.js b/web/src/App.js index b211e1b..a463b7f 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -6,6 +6,7 @@ import { rootReducer } from './redux'; import Footer from "./Footer"; import Service from "./Service"; import FilterBar from "./FilterBar"; +import { Footer2 } from "./Footer2"; function App() { const capacitorClient = new CapacitorClient( @@ -18,57 +19,58 @@ function App() { return ( <> - - -
-
- + + +
+
+ +
+
+ + +
-
- - -
-
-