From 753784afce7920809867e02d95aecbe5a5cab786 Mon Sep 17 00:00:00 2001 From: gabrielalencs Date: Mon, 28 Oct 2024 17:17:49 -0300 Subject: [PATCH] =?UTF-8?q?desafio=2010=20-=20finaliza=20footer=20da=20p?= =?UTF-8?q?=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desafio_10/src/App.jsx | 2 + desafio_10/src/components/Footer/index.jsx | 46 +++++++++++ desafio_10/src/components/Footer/styles.jsx | 76 +++++++++++++++++++ .../src/components/GallerySection/styles.jsx | 1 - 4 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 desafio_10/src/components/Footer/index.jsx create mode 100644 desafio_10/src/components/Footer/styles.jsx diff --git a/desafio_10/src/App.jsx b/desafio_10/src/App.jsx index 766c1d7..cb7e528 100644 --- a/desafio_10/src/App.jsx +++ b/desafio_10/src/App.jsx @@ -8,6 +8,7 @@ import Header from "./components/Header"; import HomeSection from "./components/HomeSection"; import AboutSection from "./components/AboutSection"; import GallerySection from "./components/GallerySection"; +import Footer from "./components/Footer"; const App = () => { @@ -20,6 +21,7 @@ const App = () => { +