From 1a3bab64848bc125d6c99886bfb6e899b7ea8571 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Thu, 3 Feb 2022 21:03:39 -0300 Subject: [PATCH] Footer done --- src/App.jsx | 23 +++++---- .../CryptoGallery/CryptoGalleryItem.jsx | 3 +- src/components/Footer/Footer.jsx | 50 +++++++++++++++++++ 3 files changed, 63 insertions(+), 13 deletions(-) create mode 100644 src/components/Footer/Footer.jsx diff --git a/src/App.jsx b/src/App.jsx index ecea54a..59594c4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,6 +12,7 @@ import { import Crypto from './components/Crypto/Crypto'; import CryptoGalleryContainer from './components/CryptoGallery/CryptoGalleryContainer' +import Footer from './components/Footer/Footer'; function App() { @@ -22,17 +23,17 @@ function App() { return ( - - - - - - - - - - - + + + + + + + + + + +