Skip to content

Commit

Permalink
Modified Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent 1a143ad commit 7298ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -93,7 +94,7 @@ export default function Footer() {
<Stack spacing={6}>
<Box>
<Image
src="/assets/logos/ai4b-logo.png"
src={`${imagePrefix}/assets/logos/ai4b-logo.png`}
alt="A4B Logo"
width={50}
height={25}
Expand Down

0 comments on commit 7298ee0

Please sign in to comment.