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 ( -
    -
    - - - +
    +
    +
    );