From 8f12186b457a69e66d032f6a4f9d126e48541861 Mon Sep 17 00:00:00 2001 From: "l1.media" <31551045+traumschule@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:07:17 +0100 Subject: [PATCH] typo in MarketplaceCrtTable.tsx --- .../components/_crt/MarketplaceCrtTable/MarketplaceCrtTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/atlas/src/components/_crt/MarketplaceCrtTable/MarketplaceCrtTable.tsx b/packages/atlas/src/components/_crt/MarketplaceCrtTable/MarketplaceCrtTable.tsx index 1c8957d70e..36ca347ce3 100644 --- a/packages/atlas/src/components/_crt/MarketplaceCrtTable/MarketplaceCrtTable.tsx +++ b/packages/atlas/src/components/_crt/MarketplaceCrtTable/MarketplaceCrtTable.tsx @@ -42,7 +42,7 @@ const COLUMNS: TableProps['columns'] = [ { Header: 'Price', accessor: 'price', width: 2 }, { Header: 'Liq % 30d', accessor: 'liquidityChange', width: 2 }, { Header: 'Liquidity', accessor: 'liquidity', width: 2 }, - { Header: 'Tranding vol.', accessor: 'tradingVolume', width: 2 }, + { Header: 'Trading vol.', accessor: 'tradingVolume', width: 2 }, { Header: 'Status', accessor: 'status', width: 1 }, { Header: 'Market cap', accessor: 'marketCap', width: 2 }, { Header: 'Total rev.', accessor: 'totalRevenue', width: 2 },