diff --git a/src/components/SearchBar/index.tsx b/src/components/SearchBar/index.tsx index a5fe76f9d..c44148d86 100644 --- a/src/components/SearchBar/index.tsx +++ b/src/components/SearchBar/index.tsx @@ -60,7 +60,7 @@ export const SearchBar = ({ loading, onSubmit }: Props) => { onSubmit?.() } }} - placeholder="Search (10 sats)" + placeholder="Search" type="text" /> )