From e6adb327a4a101ef5bfe3eac6813f3418bf998fe Mon Sep 17 00:00:00 2001 From: katty barroso Date: Thu, 18 Jul 2024 13:14:49 -0500 Subject: [PATCH] Remove portfolio cta component --- .../src/components/PoolsTokensShared.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/centrifuge-app/src/components/PoolsTokensShared.tsx b/centrifuge-app/src/components/PoolsTokensShared.tsx index 4f8e7e23c..e90b7276e 100644 --- a/centrifuge-app/src/components/PoolsTokensShared.tsx +++ b/centrifuge-app/src/components/PoolsTokensShared.tsx @@ -1,4 +1,4 @@ -import { Grid, Stack, Text } from '@centrifuge/fabric' +import { Stack, Text } from '@centrifuge/fabric' import * as React from 'react' import { config } from '../config' import { useBasePath } from '../utils/useBasePath' @@ -7,7 +7,6 @@ import { CardTotalValueLocked } from './CardTotalValueLocked' import { LayoutSection } from './LayoutBase/LayoutSection' import { LoadBoundary } from './LoadBoundary' import { MenuSwitch } from './MenuSwitch' -import { PortfolioCta } from './PortfolioCta' type PoolsTokensSharedProps = { title: string @@ -41,14 +40,9 @@ export function PoolsTokensShared({ title, children }: PoolsTokensSharedProps) { - - - - - - - - + + + {isMedium && (