Skip to content

Commit

Permalink
logo url made relative
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Oct 9, 2023
1 parent 7e12e41 commit 252ef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Header() {
<Link href="/">
<div className="navbarBrand">
<img
src="/logo.png"
src="./logo.png"
alt="moraLogo"
/>
</div>
Expand Down

0 comments on commit 252ef7b

Please sign in to comment.