We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737da2c commit 244b9d7Copy full SHA for 244b9d7
src/components/sections/MarketsSection.tsx
@@ -5,7 +5,7 @@ const exchanges = [
5
{ label: 'nonKYC BTC/CCX', href: 'https://nonkyc.io/market/CCX_BTC' },
6
{ label: 'nonKYC USDT/CCX', href: 'https://nonkyc.io/market/CCX_USDT' },
7
{ label: 'Nonlogs USDT/CCX', href: 'https://nonlogs.io/trade/CCX-USDT' },
8
-// { label: 'AnonEx USDT/CCX', href: 'https://anonex.io/market/CCX_USDT' },
+ // { label: 'AnonEx USDT/CCX', href: 'https://anonex.io/market/CCX_USDT' },
9
];
10
11
export function MarketsSection() {
0 commit comments