Skip to content

Commit

Permalink
merge: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 19, 2024
2 parents 640e5d5 + 38afdbe commit 2551570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const SearchBar = ({ value, onChange }: SearchBarProps) => {

return (
<form>
<input type='text' value={value} onChange={handleChange} placeholder='Search chain...' />
<input type='text' value={value} onChange={handleChange} placeholder={t('HOME.DASHBOARD.search')} />
</form>
);
};

0 comments on commit 2551570

Please sign in to comment.