diff --git a/packages/ui/app/market/page.tsx b/packages/ui/app/market/page.tsx index d523c0704..1c8af8688 100644 --- a/packages/ui/app/market/page.tsx +++ b/packages/ui/app/market/page.tsx @@ -139,7 +139,7 @@ export default function Market() {
diff --git a/packages/ui/components/Navbar.tsx b/packages/ui/components/Navbar.tsx index 8c80254bc..aebd7a7c0 100644 --- a/packages/ui/components/Navbar.tsx +++ b/packages/ui/components/Navbar.tsx @@ -150,11 +150,11 @@ export default function Navbar() { label="Earn" isActive={pathname === '/earn'} /> - + /> */} = { } ] }, - [camptest.chainId]: { - name: 'Camp Testnet', - arrow: 'ffffff', - bg: 'bg-camp', - text: 'text-white', - border: 'border-camp', - logo: '/img/logo/CAMP.png', - pools: [{ id: '0', name: 'Main Pool', assets: ['WETH'] }] - }, - [ozeantest.chainId]: { - arrow: 'ffffff', - name: 'Ozean Testnet', - hexcode: '#2467ed', - bg: 'bg-blue-600', - accentbg: 'bg-blue-600', - text: 'text-white', - border: 'border-base', - logo: '/img/logo/OZEAN.png', - pools: [ - { - id: '0', - name: 'Main Pool', - assets: ['WUSDX'] - } - ] - }, [soneium.chainId]: { name: 'Soneium', arrow: 'ffffff',