From 36e10ddeffeaeef160a790637c542cb51e51a123 Mon Sep 17 00:00:00 2001 From: saunter <68239231+stackingsaunter@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:56:27 +0100 Subject: [PATCH] chore: remove Home What's New card Remove the standalone What's New in Alby Hub card from the Home left column. Made-with: Cursor --- frontend/src/screens/Home.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index e62e3480a..e17b9bb6c 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -29,7 +29,6 @@ import { LightningMessageboardWidget } from "src/components/home/widgets/Lightni import { NodeStatusWidget } from "src/components/home/widgets/NodeStatusWidget"; import { OnchainFeesWidget } from "src/components/home/widgets/OnchainFeesWidget"; import { SupportAlbyWidget } from "src/components/home/widgets/SupportAlbyWidget"; -import { WhatsNewWidget } from "src/components/home/widgets/WhatsNewWidget"; import { SearchInput } from "src/components/ui/search-input"; function getGreeting(name: string | undefined) { @@ -69,7 +68,6 @@ function Home() { {/* LEFT */}
- {info.albyAccountConnected && (