mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			5f3dc85e5b
			...
			982386d0f6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					982386d0f6 | ||
| 
						 | 
					9dde1114ca | ||
| 
						 | 
					4ee47a63dc | 
@@ -237,8 +237,10 @@ function DeveloperTools() {
 | 
			
		||||
 | 
			
		||||
function CompanyLogo({ className, alt, aspectRatio, link }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <div
 | 
			
		||||
      onClick={() => window.open(link, "_blank")}
 | 
			
		||||
    <a
 | 
			
		||||
      href={link}
 | 
			
		||||
      target="_blank"
 | 
			
		||||
      rel="noopener noreferrer"
 | 
			
		||||
      className={`company-logo ${className}`}
 | 
			
		||||
      role="img"
 | 
			
		||||
      aria-label={alt}
 | 
			
		||||
@@ -409,15 +411,15 @@ function TokenHeroSection() {
 | 
			
		||||
          {translate("Real-World Asset (RWA) Tokenization")}
 | 
			
		||||
        </h1>
 | 
			
		||||
        <div className="button-container">
 | 
			
		||||
          <a
 | 
			
		||||
          <Link
 | 
			
		||||
            className="btn btn-primary p-12"
 | 
			
		||||
            target="_blank"
 | 
			
		||||
            href="/static/pdf/Whitepaper_the_future_of_asset_tokenization.pdf"
 | 
			
		||||
            to="/static/pdf/Whitepaper_the_future_of_asset_tokenization.pdf"
 | 
			
		||||
          >
 | 
			
		||||
            {translate("Get Started Now")}
 | 
			
		||||
          </a>
 | 
			
		||||
          </Link>
 | 
			
		||||
          <Link
 | 
			
		||||
            className="internal-link btn-arrow"
 | 
			
		||||
            className="internal-link"
 | 
			
		||||
            to="/docs/use-cases/tokenization/creating-an-asset-backed-multi-purpose-token"
 | 
			
		||||
          >
 | 
			
		||||
            {translate("Explore Institutional Solutions")}
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1539,14 +1539,6 @@ html.light {
 | 
			
		||||
            display: inline-flex;
 | 
			
		||||
            align-items: center;
 | 
			
		||||
            background: none !important;
 | 
			
		||||
            &::after {
 | 
			
		||||
              content: url('../img/icons/arrow-right-purple.svg') !important;
 | 
			
		||||
              position: relative;
 | 
			
		||||
              top: 3px;
 | 
			
		||||
              vertical-align: middle;
 | 
			
		||||
              padding-left: 8px;
 | 
			
		||||
              transition: transform 0.3s ease-out;
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
  
 | 
			
		||||
        @media (max-width: 767px) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user