Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions frontend/src/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -69,7 +68,6 @@ function Home() {
{/* LEFT */}
<div className="grid gap-3">
<OnboardingChecklist />
<WhatsNewWidget />
<SupportAlbyWidget />
{info.albyAccountConnected && (
<ExternalLink to="https://www.getalby.com/dashboard">
Expand Down
Loading