From 095b4e4636140cc392987c31c403e045eba3ae20 Mon Sep 17 00:00:00 2001 From: Park Se Hyun <> Date: Tue, 14 Jan 2025 19:56:08 +0800 Subject: [PATCH] bring no results message out of the collectionresults div --- .../layouts/Collection/CollectionResults.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/components/src/templates/next/layouts/Collection/CollectionResults.tsx b/packages/components/src/templates/next/layouts/Collection/CollectionResults.tsx index 6c96fd81a..87b2fa431 100644 --- a/packages/components/src/templates/next/layouts/Collection/CollectionResults.tsx +++ b/packages/components/src/templates/next/layouts/Collection/CollectionResults.tsx @@ -102,21 +102,21 @@ export const CollectionResults = ({ /> ), )} - {paginatedItems.length === 0 && ( -
- We couldn’t find any articles. Try different search terms or - filters. -
- -+ We couldn’t find any articles. Try different search terms or + filters. +
+ +