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 { title } from "@/constants";
|
||||||
import Logo from "@/components/Logo";
|
import Logo from "@/components/Logo";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
import FastPocketBadge from "@/components/FastPocketBadge"
|
||||||
|
|
||||||
function Footer() {
|
function Footer() {
|
||||||
return (
|
return (
|
||||||
|
@ -19,6 +20,7 @@ function Footer() {
|
||||||
<p className="mt-3 text-xs sm:text-sm text-base-content">
|
<p className="mt-3 text-xs sm:text-sm text-base-content">
|
||||||
© {new Date().getFullYear()} {title + " "}
|
© {new Date().getFullYear()} {title + " "}
|
||||||
</p>
|
</p>
|
||||||
|
<FastPocketBadge className="h-24 mt-8" />
|
||||||
</div>
|
</div>
|
||||||
{/* End Col */}
|
{/* End Col */}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue