Skip to content

Commit

Permalink
add placeholder image
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Jun 19, 2024
1 parent ead6a44 commit 593d517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum VisibleWishlistItemsPerDevice {
sm = 1,
md = 3,
lg = 4,
xl = 6,
xl = 5,
}

const QuantityDisplay = ({ itemsLength }: WishlistItems) => {
Expand Down Expand Up @@ -112,7 +112,9 @@ const Wishlist = ({ onDeleteWishlist, wishlist: { items, entityId, name } }: Wis
width={300}
/>
) : (
<div className="h-full w-full bg-gray-200" />
<div className="flex h-full w-full items-center justify-center bg-gray-200 font-semibold text-gray-500">
{t('noGalleryText')}
</div>
)}
</div>
</Link>
Expand Down
1 change: 1 addition & 0 deletions core/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"deleteTitle": "Are you sure you want to delete wish list {name}?",
"confirmDelete": "Delete {name}",
"favorites": "Favorites",
"noGalleryText": "Coming Soon",
"messages": {
"created": "Your wish list {name} was created successfully",
"notCreated": "Error occured while creating your wish list",
Expand Down

0 comments on commit 593d517

Please sign in to comment.