Update search prompt placeholder

This commit is contained in:
Nathaniel Parke 2020-11-06 17:13:52 +08:00
parent 5f4efe04c5
commit 76ca9d787d
2 changed files with 8 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default function AppSearch(props) {
showSearch
allowClear
value={searchValue}
placeholder={props.focussed || props.focussed === undefined ? 'Search for apps...' : ''}
placeholder={props.focussed || props.focussed === undefined ? 'Search for dex, swap, wallet, token...' : ''}
onSearch={handleSearch}
onClear={handleClear}
onSelect={handleSelect}

View File

@ -261,6 +261,13 @@
},
{
"name": "Solana Explorer",
"url": "https://explorer.solana.com",
"description": "",
"icon": "",
"tags": ["solana", "explorer", "chain", "blockchain", "transaction"]
},
{
"name": "Solana Explorer Source",
"url": "https://github.com/solana-labs/solana/tree/master/explorer",
"description": "",
"icon": "",