Skip to content

Commit

Permalink
Merge branch 'dev' into feat/format-number
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti authored Jul 18, 2024
2 parents 430941b + f6a50ee commit 43f46f7
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='Search...' />
</form>
);
};

0 comments on commit 43f46f7

Please sign in to comment.