removes search placeholder icon (#5105)

This commit is contained in:
Arpit 2022-12-29 17:28:44 +05:30 committed by GitHub
parent 11ff100b3c
commit 545f29d0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ const LeftSidebarPageSelector = ({
</div>
</HeaderSection.PanelHeader>
{showSearch && (
<HeaderSection.SearchBoxComponent onChange={filterPages} placeholder={'Search'} placeholderIcon={'⌘S'} />
<HeaderSection.SearchBoxComponent onChange={filterPages} placeholder={'Search'} placeholderIcon={''} />
)}
</HeaderSection>