diff --git a/components/Footer.tsx b/components/Footer.tsx index 6a93661d..763153cf 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -7,12 +7,14 @@ import { FaGithub, FaInstagram, FaList, + FaTrophy, } from "react-icons/fa"; import { TbUfo } from "react-icons/tb"; import Link from "next/link"; import { MdAlternateEmail } from "react-icons/md"; import { HiStatusOnline } from "react-icons/hi"; import { useEffect, useState } from "react"; +import Leaderboard from '../pages/leaderboard'; export default function Footer() { const [swStatus, setSwStatus] = useState("Finding service worker..."); @@ -136,6 +138,16 @@ export default function Footer() { /> About Us + + + Leaderboard +