fix: truncate event type description instead of title
This commit is contained in:
		
							parent
							
								
									793351fe96
								
							
						
					
					
						commit
						cb3c23e9b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -103,8 +103,8 @@ export default function Home(props) { | ||||||
|                         <div className="min-w-0 flex-1 sm:flex sm:items-center sm:justify-between"> |                         <div className="min-w-0 flex-1 sm:flex sm:items-center sm:justify-between"> | ||||||
|                           <div className="truncate"> |                           <div className="truncate"> | ||||||
|                             <div className="flex text-sm"> |                             <div className="flex text-sm"> | ||||||
|                               <p className="font-medium text-blue-600 truncate">{type.title}</p> |                               <p className="flex-shrink-0 font-medium text-blue-600 truncate">{type.title}</p> | ||||||
|                               <p className="ml-1 flex-shrink-0 font-normal text-gray-500"> |                               <p className="ml-1 font-normal text-gray-500 truncate"> | ||||||
|                                 in {type.description} |                                 in {type.description} | ||||||
|                               </p> |                               </p> | ||||||
|                             </div> |                             </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Egor Zaitsev
						Egor Zaitsev