Skip to content

Commit

Permalink
changes for Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
KirtanTank committed Aug 3, 2024
1 parent 9aade24 commit 2252046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from "next/link";
import { useRouter } from "next/router";
import LogBtn from "./LogBtn";
import logo from "../public/logo.png";
import logo from "../public/Logo.png";
import Image from "next/image";

const Navbar = () => {
Expand Down

0 comments on commit 2252046

Please sign in to comment.