diff --git a/src/components/AppSearch.tsx b/src/components/AppSearch.tsx index 308608e..76ef436 100644 --- a/src/components/AppSearch.tsx +++ b/src/components/AppSearch.tsx @@ -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} diff --git a/src/components/app-list.json b/src/components/app-list.json index 136f09c..2ef2c61 100644 --- a/src/components/app-list.json +++ b/src/components/app-list.json @@ -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": "",