Skip to content

Commit

Permalink
fix: Remove "contract address" in all input bars (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshchandra10 authored Nov 1, 2023
1 parent 257ef49 commit 1f65c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dao-utils/src/components/DaoNameInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function DaoNameInput({
return (
<InputGroup mt="0" w="408px">
<Input
placeholder="Enter the DAO's name or contract address"
placeholder="Enter DAO name"
value={daoName}
autoFocus={true}
onChange={(e: React.ChangeEvent<HTMLInputElement>) => handleNameChange(e.target.value)}
Expand Down

0 comments on commit 1f65c59

Please sign in to comment.