diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index f29374e..22f5813 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,16 +1,11 @@ import { FC } from "react"; import { Github, Linkedin } from "lucide-react"; -import { NextFont } from "next/dist/compiled/@next/font"; import Image from "next/image"; import Link from "next/link"; -interface IFooterProps { - font: NextFont; -} - -export const Footer: FC = ({ font }) => { +export const Footer: FC = () => { return ( -