mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	Chore: UI fixes and enhancements (#796)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8906fd808d
						
					
				
				
					commit
					a951fb20cb
				
			@@ -16,7 +16,7 @@ class MessageFormatter {
 | 
			
		||||
    return this.message.replace(
 | 
			
		||||
      urlRegex,
 | 
			
		||||
      url =>
 | 
			
		||||
        `<a rel="noreferrer noopener nofollow" href="${url}" target="_blank">${url}</a>`
 | 
			
		||||
        `<a rel="noreferrer noopener nofollow" href="${url}" class="link" target="_blank">${url}</a>`
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user