[ENG-1581] Correct search results icon (#2015)

Update index.tsx
This commit is contained in:
ameer2468
2024-01-29 15:28:04 +03:00
committed by GitHub
parent 432b27b907
commit ffe86a0147

View File

@@ -69,8 +69,8 @@ export function Component() {
<Explorer
emptyNotice={
<EmptyNotice
icon={<Icon name="Collection" size={128} />}
message="No recent items"
icon={<Icon name="Search" size={128} />}
message="No items found"
/>
}
/>