mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Fix some key errors and remove some now unused files
This commit is contained in:
		@@ -77,8 +77,6 @@ export default function Impact() {
 | 
			
		||||
          <div>
 | 
			
		||||
            {/* Large */}
 | 
			
		||||
            <div className="col d-none d-lg-block align-self-center">
 | 
			
		||||
              {/* <div className="mt-10" id="map-dark" />
 | 
			
		||||
              <div className="mt-10" id="map-light" /> */}
 | 
			
		||||
              {View}
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
@@ -144,7 +142,7 @@ export default function Impact() {
 | 
			
		||||
              <div className="d-flex flex-column-reverse">
 | 
			
		||||
                <h2 className="h4 h2-sm mb-10-until-sm mb-8-sm">
 | 
			
		||||
                  {translate(
 | 
			
		||||
                    "Featured companies & projects running on the XRP Ledger."
 | 
			
		||||
                    "Featured companies & projects running on the XRP Ledger."
 | 
			
		||||
                  )}
 | 
			
		||||
                </h2>
 | 
			
		||||
                <h6 className="eyebrow mb-3">
 | 
			
		||||
 
 | 
			
		||||
@@ -395,7 +395,7 @@ export default function XrpOverview() {
 | 
			
		||||
                    <h6 className="fs-4-5">{translate("Hardware Wallets")}</h6>
 | 
			
		||||
                  </li>
 | 
			
		||||
                  {hardwallets.map((wallet) => (
 | 
			
		||||
                    <li className="nav-item">
 | 
			
		||||
                    <li className="nav-item" key={wallet.id}>
 | 
			
		||||
                      <a
 | 
			
		||||
                        className="nav-link external-link"
 | 
			
		||||
                        href={wallet.href}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user