Skip to content

Commit 244b9d7

Browse files
committed
fix linting errors
1 parent 737da2c commit 244b9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/MarketsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const exchanges = [
55
{ label: 'nonKYC BTC/CCX', href: 'https://nonkyc.io/market/CCX_BTC' },
66
{ label: 'nonKYC USDT/CCX', href: 'https://nonkyc.io/market/CCX_USDT' },
77
{ label: 'Nonlogs USDT/CCX', href: 'https://nonlogs.io/trade/CCX-USDT' },
8-
// { label: 'AnonEx USDT/CCX', href: 'https://anonex.io/market/CCX_USDT' },
8+
// { label: 'AnonEx USDT/CCX', href: 'https://anonex.io/market/CCX_USDT' },
99
];
1010

1111
export function MarketsSection() {

0 commit comments

Comments
 (0)