feature - added made with fastpocket badge
This commit is contained in:
parent
bde770bceb
commit
5e56a30517
|
@ -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">
|
||||
© {new Date().getFullYear()} {title + " "}
|
||||
</p>
|
||||
<FastPocketBadge className="h-24 mt-8" />
|
||||
</div>
|
||||
{/* End Col */}
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue