Merge pull request #231 from emrysal/bugfix/fix-loading-spinner-alignment
This commit is contained in:
		
						commit
						3292419367
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -146,7 +146,7 @@ export default function Book(props) {
 | 
				
			||||||
                                    <label htmlFor="notes" className="block text-sm font-medium text-gray-700 mb-1">Additional notes</label>
 | 
					                                    <label htmlFor="notes" className="block text-sm font-medium text-gray-700 mb-1">Additional notes</label>
 | 
				
			||||||
                                    <textarea name="notes" id="notes" rows={3}  className="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md" placeholder="Please share anything that will help prepare for our meeting."></textarea>
 | 
					                                    <textarea name="notes" id="notes" rows={3}  className="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md" placeholder="Please share anything that will help prepare for our meeting."></textarea>
 | 
				
			||||||
                                </div>
 | 
					                                </div>
 | 
				
			||||||
                                <div>
 | 
					                                <div className="flex items-start">
 | 
				
			||||||
                                    <Button type="submit" className="btn btn-primary">Confirm</Button>
 | 
					                                    <Button type="submit" className="btn btn-primary">Confirm</Button>
 | 
				
			||||||
                                    <Link href={"/" + props.user.username + "/" + props.eventType.slug}>
 | 
					                                    <Link href={"/" + props.user.username + "/" + props.eventType.slug}>
 | 
				
			||||||
                                        <a className="ml-2 btn btn-white">Cancel</a>
 | 
					                                        <a className="ml-2 btn btn-white">Cancel</a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue