changed input type to email

pull/138/head
Ryan Jung 2021-05-03 16:33:07 -04:00
parent 75394eed7e
commit b8d570c8db
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default function Book(props) {
<div className="mb-4">
<label htmlFor="email" className="block text-sm font-medium text-gray-700">Email address</label>
<div className="mt-1">
<input type="text" name="email" id="email" className="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md" placeholder="you@example.com" />
<input type="email" name="email" id="email" className="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md" placeholder="you@example.com" />
</div>
</div>
<div className="mb-4">