From 5e56a30517e5e0b916f308f6a6abcb9d855063de Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Wed, 5 Jun 2024 16:20:42 +0800 Subject: [PATCH] feature - added made with fastpocket badge --- Frontend/components/Footer.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 */}