Skip to content

Commit

Permalink
fix link image in BasketComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Vuillaume committed Sep 10, 2024
1 parent d2bfe3f commit fe39e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/user/reservation/BasketComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function BasketComponent({ dateFormInfo }: { dateFormInfo: DateFormInfos }) {
<div className="relative h-48">
<img
className="m-5 max-w-28 object-contain"
src={item.picture}
src={process.env.NEXT_PUBLIC_IMAGE_URL + item.picture}
alt={item.name}
/>
</div>
Expand Down

0 comments on commit fe39e11

Please sign in to comment.