From d9c5e84d1738d540d93770eb86de65d4ac82aafa Mon Sep 17 00:00:00 2001 From: nikhil kumar Date: Tue, 18 Aug 2026 18:40:48 +0530 Subject: [PATCH] chore: removing perps banner --- src/apps/pillarx-app/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/pillarx-app/index.tsx b/src/apps/pillarx-app/index.tsx index 6d32edb8..d1b1b4b9 100644 --- a/src/apps/pillarx-app/index.tsx +++ b/src/apps/pillarx-app/index.tsx @@ -37,7 +37,6 @@ import AnimatedTile from './components/AnimatedTile/AnimatedTitle'; import SkeletonTiles from './components/SkeletonTile/SkeletonTile'; import Body from './components/Typography/Body'; import WalletPortfolioTile from './components/WalletPortfolioTile/WalletPortfolioTile'; -import PerpsTile from './components/PerpsTile/PerpsTile'; // images import PillarXLogo from './components/PillarXLogo/PillarXLogo'; @@ -383,7 +382,7 @@ const App = () => { className="flex flex-col gap-[40px] tablet:gap-[28px] mobile:gap-[32px]" > - + {/* */} {DisplayHomeFeedTiles} {(isHomeFeedFetching || isHomeFeedLoading) && page === 1 && ( <>