Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #259 from deriv-com/meenu/fix-quotation-bug
Browse files Browse the repository at this point in the history
Meenu/fix: fixed quotation mark
  • Loading branch information
prince-deriv authored Dec 13, 2023
2 parents c3c1d36 + 1c63a89 commit 285cc1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SearchResults = ({ onSearchKeyChange }: SearchResultsProps) => {
return (
<FluidContainer className="flex w-full flex-col items-center">
<SearchBlock
placeholder="Try “Trade"
placeholder="Try “Trade"
showSearchResults={showSearchResults}
onChange={(e) => setSearchKey(e)}
content={
Expand Down

0 comments on commit 285cc1a

Please sign in to comment.