Commit f96072dc authored by Max Alekseenko's avatar Max Alekseenko

update search input placeholder

parent 8de2ada7
...@@ -215,7 +215,7 @@ const Marketplace = () => { ...@@ -215,7 +215,7 @@ const Marketplace = () => {
<FilterInput <FilterInput
initialValue={ filterQuery } initialValue={ filterQuery }
onChange={ onSearchInputChange } onChange={ onSearchInputChange }
placeholder="Find app" placeholder="Find app by name or keyword..."
isLoading={ isPlaceholderData } isLoading={ isPlaceholderData }
size={ isExperiment ? 'xs' : 'sm' } size={ isExperiment ? 'xs' : 'sm' }
flex="1" flex="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment