Skip to content

Commit

Permalink
Fixed menu png asset not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
me3zaAKAgoat committed Apr 8, 2024
1 parent 8ea9fb7 commit 62fffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function LandingPage() {
<details className=" dropdown md:hidden">
<summary className="rounded-md btn bg-transparent px-2 py-0 min-h-10 h-10 border-2 border-accent text-primary-content hover:border-accent hover:bg-accent hover:text-primary-content">
<img
src="./../../public/menu.png"
src="/menu.png"
alt="menu"
className="w-5 px-1"
/>
Expand Down

0 comments on commit 62fffea

Please sign in to comment.