Skip to content

Commit

Permalink
Merge pull request #744 from mukeshblackhat/patch-1
Browse files Browse the repository at this point in the history
fixed the search bar placeholder #739
  • Loading branch information
Rassl authored Jan 5, 2024
2 parents 828ca55 + 43bbe09 commit 479d9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const SearchBar = ({ loading, onSubmit }: Props) => {
onSubmit?.()
}
}}
placeholder="Search (10 sats)"
placeholder="Search"
type="text"
/>
)
Expand Down

0 comments on commit 479d9bc

Please sign in to comment.