From 593d51705f18158478d4d3d2d684091c9c1e60c9 Mon Sep 17 00:00:00 2001 From: yurytut1993 Date: Wed, 19 Jun 2024 16:19:32 +0300 Subject: [PATCH] add placeholder image --- .../[tab]/_components/wishlist-content/wishlist-book.tsx | 6 ++++-- core/messages/en.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx b/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx index 9f677d03c..3b483f176 100644 --- a/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx +++ b/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx @@ -34,7 +34,7 @@ enum VisibleWishlistItemsPerDevice { sm = 1, md = 3, lg = 4, - xl = 6, + xl = 5, } const QuantityDisplay = ({ itemsLength }: WishlistItems) => { @@ -112,7 +112,9 @@ const Wishlist = ({ onDeleteWishlist, wishlist: { items, entityId, name } }: Wis width={300} /> ) : ( -
+
+ {t('noGalleryText')} +
)}
diff --git a/core/messages/en.json b/core/messages/en.json index a07ee155f..52eae0fbc 100644 --- a/core/messages/en.json +++ b/core/messages/en.json @@ -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",