changed input type to email
This commit is contained in:
		
							parent
							
								
									75394eed7e
								
							
						
					
					
						commit
						b8d570c8db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -65,7 +65,7 @@ export default function Book(props) { | ||||||
|                                 <div className="mb-4"> |                                 <div className="mb-4"> | ||||||
|                                     <label htmlFor="email" className="block text-sm font-medium text-gray-700">Email address</label> |                                     <label htmlFor="email" className="block text-sm font-medium text-gray-700">Email address</label> | ||||||
|                                     <div className="mt-1"> |                                     <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> |                                 </div> | ||||||
|                                 <div className="mb-4"> |                                 <div className="mb-4"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Ryan Jung
						Ryan Jung