From 26ba5d411ff4adff3610298e9dee636170a5cef5 Mon Sep 17 00:00:00 2001 From: ch4r10t33r Date: Tue, 18 Aug 2026 14:12:16 +0100 Subject: [PATCH] Remove Perps promo tile from the home feed --- src/apps/pillarx-app/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/pillarx-app/index.tsx b/src/apps/pillarx-app/index.tsx index 6d32edb8..1d31f168 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,6 @@ const App = () => { className="flex flex-col gap-[40px] tablet:gap-[28px] mobile:gap-[32px]" > - {DisplayHomeFeedTiles} {(isHomeFeedFetching || isHomeFeedLoading) && page === 1 && ( <>