From 4ca59fd7201cc9f7b7bae4115eda2286edc7b031 Mon Sep 17 00:00:00 2001 From: bineetNaidu Date: Tue, 13 Oct 2020 11:00:14 +0530 Subject: [PATCH] -- updated footer -- add fontawesome for icons -- add footer styles -- copied gamergram.ico to src for footer img --- client/public/index.html | 4 +++ client/src/Components/Screens/Footer.js | 40 +++++++++++------------- client/src/Styles/Footer.css | 24 ++++++++++++++ client/src/gamergram.ico | Bin 0 -> 307254 bytes 4 files changed, 47 insertions(+), 21 deletions(-) create mode 100644 client/src/Styles/Footer.css create mode 100644 client/src/gamergram.ico diff --git a/client/public/index.html b/client/public/index.html index a8066ff..9af869e 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -25,6 +25,10 @@ --> + + Gamergram diff --git a/client/src/Components/Screens/Footer.js b/client/src/Components/Screens/Footer.js index 9ba7fd8..29b8327 100644 --- a/client/src/Components/Screens/Footer.js +++ b/client/src/Components/Screens/Footer.js @@ -1,29 +1,27 @@ import React from 'react' +import "../../Styles/Footer.css" function Footer() { return ( -