Minor fixes for frontend

This commit is contained in:
frikky
2022-05-10 21:02:44 +02:00
parent e69a2240f8
commit c50cb2ce4d
10 changed files with 591 additions and 18 deletions
+1 -1
View File
@@ -1511,7 +1511,7 @@ const Apps = (props) => {
fullWidth
color="primary"
id="app_search_field"
placeholder={"Search apps"}
placeholder={"Search your apps"}
onChange={(event) => {
handleSearchChange(event.target.value);
setCursearch(event.target.value);