mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	use Link component for link
This commit is contained in:
		@@ -237,8 +237,8 @@ function DeveloperTools() {
 | 
			
		||||
 | 
			
		||||
function CompanyLogo({ className, alt, aspectRatio, link }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <a
 | 
			
		||||
      href={link}
 | 
			
		||||
    <Link
 | 
			
		||||
      to={link}
 | 
			
		||||
      target="_blank"
 | 
			
		||||
      rel="noopener noreferrer"
 | 
			
		||||
      className={`company-logo ${className}`}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user