feature - added made with fastpocket badge

This commit is contained in:
James Wyndham 2024-06-05 16:20:42 +08:00
parent bde770bceb
commit 5e56a30517
1 changed files with 2 additions and 0 deletions

View File

@ -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() {
<p className="mt-3 text-xs sm:text-sm text-base-content">
&copy; {new Date().getFullYear()} {title + " "}
</p>
<FastPocketBadge className="h-24 mt-8" />
</div>
{/* End Col */}
<div>