From 3f8b17489d4b9a88c0139258660cef9f8bea3713 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Tue, 26 Nov 2019 21:51:45 +0700 Subject: [PATCH] Tweak footer --- client/Home.tsx | 16 ++- client/layouts/Footer.tsx | 232 +++++++++++++++++++++++--------------- 2 files changed, 150 insertions(+), 98 deletions(-) diff --git a/client/Home.tsx b/client/Home.tsx index 30a83d1..b8094e7 100644 --- a/client/Home.tsx +++ b/client/Home.tsx @@ -71,21 +71,21 @@ const Home = () => {
  • }
  • diff --git a/client/layouts/Footer.tsx b/client/layouts/Footer.tsx index bf9882a..2d3f683 100644 --- a/client/layouts/Footer.tsx +++ b/client/layouts/Footer.tsx @@ -4,106 +4,154 @@ import Heading from '../components/Heading'; const Footer: React.FC<{}> = () => { return ( -
    -
    - - - +
    +
    +
    );