diff --git a/docs/components/SwapProviderTable.tsx b/docs/components/SwapProviderTable.tsx index 3e0fb1544e..0f7659cfa2 100644 --- a/docs/components/SwapProviderTable.tsx +++ b/docs/components/SwapProviderTable.tsx @@ -45,7 +45,7 @@ export default function SwapMakerTable() { {maker.peerId} {satsToBtc(maker.minSwapAmount)} BTC {satsToBtc(maker.maxSwapAmount)} BTC - {satsToBtc(maker.price)} XMR/BTC + {satsToBtc(1 / maker.price)} XMR/BTC ))}