Skip to content

Commit

Permalink
fixed logo location issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushil010 committed Oct 24, 2024
1 parent 23f3bca commit 18b381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function NavBar() {
href={"/"}
className="px-3 mx-4 text-2xl "
>
<img src="./Jobsewa_logo.png" alt="JobSewa Logo"
<img src="/Jobsewa_logo.png" alt="JobSewa Logo"
className="h-[7vw] w-[7vw]" />


Expand Down

0 comments on commit 18b381e

Please sign in to comment.