Skip to content

Commit

Permalink
search by address only (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 authored Jul 11, 2024
1 parent 96819fa commit db1f1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/operationModals/Delegate/ChooseBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const ChooseBaker = ({
<Input
onChange={handleChange}
pr='4.5rem'
placeholder='Search by Name or Paste tz address'
placeholder='Paste tz address'
sx={{
'::placeholder': {
fontSize: '16px'
Expand Down
2 changes: 1 addition & 1 deletion components/operationModals/Delegate/ConfirmBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ConfirmBaker = ({
<Input
isDisabled
pr='4.5rem'
placeholder='Search by Name or Paste tz address'
placeholder='Paste tz address'
sx={{
'::placeholder': {
fontSize: '16px'
Expand Down

0 comments on commit db1f1e5

Please sign in to comment.