diff --git a/frontend/components/Footer.tsx b/frontend/components/Footer.tsx index 25a440e..00745bd 100644 --- a/frontend/components/Footer.tsx +++ b/frontend/components/Footer.tsx @@ -21,6 +21,7 @@ import { FaDiscord, } from "react-icons/fa"; import { BiMailSend } from "react-icons/bi"; +import { imagePrefix } from "@/app/config"; const Logo = (props: any) => { return ( @@ -93,7 +94,7 @@ export default function Footer() {