Skip to content

Commit

Permalink
feat: add alby cloud link
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Aug 13, 2024
1 parent 774c45b commit a8af33f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
Cable,
Cloud,
EllipsisVertical,
ExternalLinkIcon,
Home,
Expand Down Expand Up @@ -179,6 +180,18 @@ export default function AppLayout() {
<MessageCircleQuestion className="h-4 w-4" />
Live Support
</MenuItem>
{!albyMe?.hub.name && (
<MenuItem
to="/"
onClick={(e) => {
openLink("https://getalby.com/subscription/new");
e.preventDefault();
}}
>
<Cloud className="h-4 w-4" />
Alby Cloud
</MenuItem>
)}
</nav>
);
}
Expand Down

0 comments on commit a8af33f

Please sign in to comment.