[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 cc25fca7fb
commit ad5fcc3f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
/>
}
/>