Skip to content

Commit

Permalink
change type to url
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Aug 24, 2023
1 parent 72dd13e commit 8246227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/HomePage/LinkTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function LinkTextInput({
<input
type="url"
name="url"
id="url_input"
id="input_url"
className="block w-full bg-transparent rounded-none rounded-l-md border-0 py-1.5 pl-10 text-gray-dark border-transparent focus:border-transparent focus:ring-0"
placeholder={
signer
Expand Down Expand Up @@ -251,8 +251,9 @@ export default function LinkTextInput({
{displayWithuserNip05}
</span>
<input
type="text"
type="url"
name="slug"
id="input_slug"
className="block bg-transparent border-0 focus:ring-0 w-full"
placeholder="url slug"
onChange={(e) => setCustomSlug(e.target.value)}
Expand Down

0 comments on commit 8246227

Please sign in to comment.