replaced logo at login
This commit is contained in:
		
							parent
							
								
									0b4bff992a
								
							
						
					
					
						commit
						60b9f7ee15
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -10,7 +10,7 @@ export default function Login({ csrfToken }) { | ||||||
|         <link rel="icon" href="/favicon.ico" /> |         <link rel="icon" href="/favicon.ico" /> | ||||||
|       </Head> |       </Head> | ||||||
|       <div className="sm:mx-auto sm:w-full sm:max-w-md"> |       <div className="sm:mx-auto sm:w-full sm:max-w-md"> | ||||||
|         <img className="h-6 mx-auto" src="/calendso-logo-word.svg" alt="Calendso Logo" /> |         <img className="h-6 mx-auto" src="/calendso-logo-white-word.svg" alt="Calendso Logo" /> | ||||||
|         <h2 className="mt-6 text-center text-3xl font-bold text-neutral-900">Sign in to your account</h2> |         <h2 className="mt-6 text-center text-3xl font-bold text-neutral-900">Sign in to your account</h2> | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|  | @ -69,7 +69,10 @@ export default function Login({ csrfToken }) { | ||||||
|           </form> |           </form> | ||||||
|         </div> |         </div> | ||||||
|         <div className="mt-4 text-neutral-600 text-center text-sm"> |         <div className="mt-4 text-neutral-600 text-center text-sm"> | ||||||
|           Don't have an account? <a href="#" className="font-medium text-neutral-900">Create an account</a> |           Don't have an account?{" "} | ||||||
|  |           <a href="#" className="font-medium text-neutral-900"> | ||||||
|  |             Create an account | ||||||
|  |           </a> | ||||||
|         </div> |         </div> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen