diff --git a/Frontend/components/Footer.tsx b/Frontend/components/Footer.tsx index 48115e1..182f52e 100644 --- a/Frontend/components/Footer.tsx +++ b/Frontend/components/Footer.tsx @@ -2,6 +2,7 @@ import React from "react"; import { title } from "@/constants"; import Logo from "@/components/Logo"; import Link from "next/link"; +import FastPocketBadge from "@/components/FastPocketBadge" function Footer() { return ( @@ -19,6 +20,7 @@ function Footer() {

© {new Date().getFullYear()} {title + " "}

+ {/* End Col */}