More welcome page and recommendation system integrations

This commit is contained in:
frikky
2022-07-21 02:28:00 +02:00
parent 66d7cd4e80
commit 994696c28a
4 changed files with 64 additions and 27 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ const WorkflowSearch = props => {
type="search"
color="primary"
defaultValue={defaultSearch}
placeholder={`Find ${defaultSearch} Apps...`}
placeholder={`Find ${defaultSearch} Workflows...`}
id="shuffle_workflow_search_field"
onChange={(event) => {
refine(event.currentTarget.value)