From 76ca9d787d90fcda0abdd669d96e069a101e5f2d Mon Sep 17 00:00:00 2001 From: Nathaniel Parke Date: Fri, 6 Nov 2020 17:13:52 +0800 Subject: [PATCH] Update search prompt placeholder --- src/components/AppSearch.tsx | 2 +- src/components/app-list.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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": "",