Skip to content

Commit

Permalink
Modified Image PPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent 5119339 commit fffe077
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ import {
ChevronRightIcon,
} from "@chakra-ui/icons";

import { useEffect, useState } from "react";
import { useQuery } from "react-query";
import { API_URL } from "@/app/config";
import axios from "axios";
import { imagePrefix } from "@/app/config";

export default function Navbar() {
const { isOpen, onToggle } = useDisclosure();
Expand Down Expand Up @@ -60,7 +57,7 @@ export default function Navbar() {
</Flex>
<Flex flex={{ base: 1 }} justify={{ base: "center", md: "start" }}>
<Image
src="/assets/logos/ai4b-logo.png"
src={`${imagePrefix}/assets/logos/ai4b-logo.png`}
alt="A4B Logo"
width={25}
height={25}
Expand Down

0 comments on commit fffe077

Please sign in to comment.