From a8af33f9280a9d5463057a9c135c55c51b88bc0f Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 13 Aug 2024 21:32:54 +0700 Subject: [PATCH] feat: add alby cloud link --- frontend/src/components/layouts/AppLayout.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/components/layouts/AppLayout.tsx b/frontend/src/components/layouts/AppLayout.tsx index 81307d70..303aa851 100644 --- a/frontend/src/components/layouts/AppLayout.tsx +++ b/frontend/src/components/layouts/AppLayout.tsx @@ -1,5 +1,6 @@ import { Cable, + Cloud, EllipsisVertical, ExternalLinkIcon, Home, @@ -179,6 +180,18 @@ export default function AppLayout() { Live Support + {!albyMe?.hub.name && ( + { + openLink("https://getalby.com/subscription/new"); + e.preventDefault(); + }} + > + + Alby Cloud + + )} ); }