From ce86742593200e37a52eba4b9879bfc64e4f4b52 Mon Sep 17 00:00:00 2001 From: Naren Rohan Date: Fri, 7 Jun 2024 12:24:13 +1200 Subject: [PATCH] Created footer --- web/src/components/Footer.tsx | 47 +++++++++++++++++++++++++++++++---- web/src/data/data.ts | 4 +++ 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/web/src/components/Footer.tsx b/web/src/components/Footer.tsx index d7c1ac51..f8808ca3 100644 --- a/web/src/components/Footer.tsx +++ b/web/src/components/Footer.tsx @@ -1,10 +1,47 @@ -function Footer() { - const currentTime = new Date().getFullYear(); +import { FaFacebook, FaInstagram } from "react-icons/fa"; +import peacockLogo from "../assets/peacock-logo.png"; +import whiteName from "../assets/auis_white.png"; +import { FacebookLink, InstagramLink } from "../data/data"; + +const Footer = () => { + const currentYear = new Date().getFullYear(); return ( -