parent
							
								
									803e5c7f2d
								
							
						
					
					
						commit
						712dceb8cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) { | |||
|               <h1 className="mb-1 font-cal text-3xl font-bold text-neutral-900 dark:text-white"> | ||||
|                 {nameOrUsername} | ||||
|                 {user.verified && ( | ||||
|                   <BadgeCheckIcon className="-mt-1 inline h-6 w-6 text-blue-500 dark:text-white" /> | ||||
|                   <BadgeCheckIcon className="mx-1 -mt-1 inline h-6 w-6 text-blue-500 dark:text-white" /> | ||||
|                 )} | ||||
|               </h1> | ||||
|               <p className="text-neutral-500 dark:text-white">{user.bio}</p> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen