From ffe86a0147bef72dd7c70321ddd240b62d849a6d Mon Sep 17 00:00:00 2001
From: ameer2468 <33054370+ameer2468@users.noreply.github.com>
Date: Mon, 29 Jan 2024 15:28:04 +0300
Subject: [PATCH] [ENG-1581] Correct search results icon (#2015)
Update index.tsx
---
interface/app/$libraryId/search/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/app/$libraryId/search/index.tsx b/interface/app/$libraryId/search/index.tsx
index 6139ad0a3..008b5ccb3 100644
--- a/interface/app/$libraryId/search/index.tsx
+++ b/interface/app/$libraryId/search/index.tsx
@@ -69,8 +69,8 @@ export function Component() {
}
- message="No recent items"
+ icon={}
+ message="No items found"
/>
}
/>