Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Mar 27, 2024
1 parent c12dfa8 commit 105bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/local/content/demos/namelookup/NameLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const NameLookupDemo: FC = () => {
<div className="w-full">
<input
className="border-ens-light-border dark:border-ens-dark-border input w-full rounded-md border pl-2"
placeholder="Enter name or address"
placeholder="Enter name or address..."
onChange={(event) => setTemporaryName(event.target.value)}
value={temporaryName}
/>
Expand Down

0 comments on commit 105bf15

Please sign in to comment.