diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index e62e3480a..93f8a3c85 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -19,7 +19,6 @@ import { useInfo } from "src/hooks/useInfo"; import OnboardingChecklist from "src/screens/wallet/OnboardingChecklist"; import React from "react"; -import albyGo from "src/assets/suggested-apps/alby-go.png"; import zapplanner from "src/assets/suggested-apps/zapplanner.png"; import { AppOfTheDayWidget } from "src/components/home/widgets/AppOfTheDayWidget"; import { BlockHeightWidget } from "src/components/home/widgets/BlockHeightWidget"; @@ -52,8 +51,6 @@ function Home() { const { data: balances } = useBalances(); const { data: albyMe } = useAlbyMe(); const [isNerd, setNerd] = React.useState(false); - /* eslint-disable @typescript-eslint/no-explicit-any */ - const extensionInstalled = (window as any).alby !== undefined; if (!info || !balances) { return ; @@ -101,62 +98,6 @@ function Home() { )} - - - - - - - - - - - - Alby Go - - - - The easiest Bitcoin mobile app that works great with Alby - Hub. - - - - - - Open - - - - {!extensionInstalled && ( - - - - - - - - - - - Alby Browser Extension - - - - Seamless bitcoin payments in your favorite internet - browser. - - - - - - - Install Alby Extension - - - - - - )} {/* RIGHT */}