mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	fix: link styles with underline on hover
This commit is contained in:
		@@ -15,7 +15,7 @@ export const InterestParagraph: React.FC<InterestParagraphProps> = (props) => {
 | 
			
		||||
          {title}
 | 
			
		||||
        </strong>
 | 
			
		||||
        <br />
 | 
			
		||||
        <span className='paragraph-color'>{htmlParser(description)}</span>
 | 
			
		||||
        <span>{htmlParser(description)}</span>
 | 
			
		||||
      </p>
 | 
			
		||||
    </>
 | 
			
		||||
  )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user