diff --git a/frontend/src/components/home/widgets/SupportAlbyWidget.tsx b/frontend/src/components/home/widgets/SupportAlbyWidget.tsx index 5db771537..db72a276d 100644 --- a/frontend/src/components/home/widgets/SupportAlbyWidget.tsx +++ b/frontend/src/components/home/widgets/SupportAlbyWidget.tsx @@ -1,6 +1,7 @@ import { HeartIcon } from "lucide-react"; import { Card, + CardContent, CardDescription, CardFooter, CardHeader, @@ -30,16 +31,24 @@ export function SupportAlbyWidget() { return ( - - Support Alby - - Upgrade to Pro or setup a recurring payment to support the development - of Alby Hub, Alby Go and the NWC ecosystem. - + + + Support Open Source + - + +
+
+ +
+ + Upgrade to Pro or donate to support the development of Alby Hub, + Alby Go and Alby Extension. + +
+
+ - Become a Supporter diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index e62e3480a..3ce7a6a67 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -70,7 +70,6 @@ function Home() {
- {info.albyAccountConnected && ( @@ -162,6 +161,7 @@ function Home() { {/* RIGHT */}
+