From 294cea5ff74c077e8781473fd76ec561f99454b8 Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Fri, 6 Jan 2023 21:59:35 +0100 Subject: [PATCH] Create footer --- src/App.js | 8 ++++++-- src/Pages/Home.js | 2 -- src/UI/Footer.css | 3 +++ src/UI/Footer.js | 14 ++++++++++++++ 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 src/UI/Footer.css create mode 100644 src/UI/Footer.js diff --git a/src/App.js b/src/App.js index 5df84ce..9cd1f8e 100644 --- a/src/App.js +++ b/src/App.js @@ -17,6 +17,7 @@ import Radio from './Pages/Radio/Radio'; import Components from './Pages/Radio/Components'; import Linux from './Pages/Linux/Linux'; +import Footer from './UI/Footer'; function App() { @@ -24,8 +25,8 @@ function App() {
-
- + + }> }> }> @@ -35,6 +36,9 @@ function App() { }> }> + +