Fix some key errors and remove some now unused files

This commit is contained in:
mDuo13
2024-01-31 18:16:42 -08:00
parent 7645140477
commit dd2366fadd
92 changed files with 7 additions and 27932 deletions

View File

@@ -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 &amp; projects running on the XRP Ledger."
"Featured companies & projects running on the XRP Ledger."
)}
</h2>
<h6 className="eyebrow mb-3">

View File

@@ -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}