feat: reenable question page links
This commit is contained in:
		
							parent
							
								
									d378674c8c
								
							
						
					
					
						commit
						692dee183e
					
				|  | @ -146,7 +146,6 @@ export const DisplayQuestion: React.FC<Props> = ({ | |||
|             </div> | ||||
|           ) : null} | ||||
|           <div> | ||||
|             {process.env.NEXT_PUBLIC_ENABLE_QUESTION_PAGES ? ( | ||||
|             <Link href={`/questions/${question.id}`} passHref> | ||||
|               <a className="float-right block ml-2 mt-1.5"> | ||||
|                 <FaExpand | ||||
|  | @ -155,7 +154,6 @@ export const DisplayQuestion: React.FC<Props> = ({ | |||
|                 /> | ||||
|               </a> | ||||
|             </Link> | ||||
|             ) : null} | ||||
|             <Card.Title> | ||||
|               <a | ||||
|                 className="text-black no-underline" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user