Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aridsm committed Aug 19, 2023
1 parent b7e7af5 commit 2b3afa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _redirects

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Menu/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const Results: React.FC<{
>
<div className="w-full sm:h-48 xl:h-56 rounded-md overflow-hidden mb-3">
<img
src={`/assets/imgs/imgs-menu/${item.imgPath}`}
src={`/src/assets/imgs/imgs-menu/${item.imgPath}`}
alt={item.name}
className="w-full h-full object-cover"
/>
Expand Down

0 comments on commit 2b3afa5

Please sign in to comment.