From 43bbe09d129d1c102a187d9a8196268182be04dc Mon Sep 17 00:00:00 2001 From: Mukesh Bishnoi <59144700+mukeshblackhat@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:33:17 +0530 Subject: [PATCH] fixed the search bar placeholder --- src/components/SearchBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> )