Skip to content

Commit

Permalink
update subdomain modal #59
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhaeberle committed Feb 22, 2023
1 parent 1982f75 commit d3d52a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ amplifytools.xcconfig
.secret-*
**.sample
#amplify-do-not-edit-end

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion src/client/components/modals/SubdomainModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const InSiteSubdomain: FC = () => {
name="subdomain"
type="text"
autoComplete="subdomain"
autofocus
autoFocus
className="block w-full appearance-none rounded-md border border-zinc-300 px-3 py-2 placeholder-zinc-400 shadow-sm focus:border-zinc-500 focus:outline-none focus:ring-zinc-500 sm:text-sm"
/>
</div>
Expand Down

0 comments on commit d3d52a0

Please sign in to comment.