Fix the numbering on XRP Exchanges

This commit is contained in:
Amarantha Kulkarni
2024-02-07 15:16:56 -08:00
parent db2c19c499
commit db673d230f

View File

@@ -488,7 +488,7 @@ export default function XrpOverview() {
href={exch.href}
target="_blank"
>
<span className="longform mr-3">{i}</span>
<span className="longform mr-3">{i+1}</span>
<img className="mw-100" id={exch.id} alt={exch.alt} />
</a>
</li>