Skip to content

Commit

Permalink
Merge pull request #195 from paziresh24/ghane_City_Search_Box_Placeho…
Browse files Browse the repository at this point in the history
…lder_Text

feat: Enhance City Search Box Placeholder Text
  • Loading branch information
AmirhBeigi authored Jan 31, 2024
2 parents d18fa56 + ed164d6 commit 9a4cf93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const CitySelect = (props: CitySelectProps) => {
<SearchIcon className="absolute top-[0.6rem] rtl:right-[0.6rem] ltr:left-[0.6rem] h-5 w-5" />
<TextField
size="small"
placeholder={`جستجوی در شهرها`}
placeholder={`جستجو در شهرها`}
onChange={e => {
scrollTop();
setUserSearchInput(e.target.value);
Expand Down

0 comments on commit 9a4cf93

Please sign in to comment.