Skip to content

Commit 756d5db

Browse files
fix: update link to subscription page (#1404)
* fix: update link to subscription page * fix: update link --------- Co-authored-by: im-adithya <imadithyavardhan@gmail.com>
1 parent a9b9a30 commit 756d5db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/AppSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export function NavSecondary({
322322
</SidebarMenuItem>
323323
</ExternalLink>
324324
{!albyMe?.hub.name && info?.albyAccountConnected && (
325-
<ExternalLink to="https://getalby.com/subscription/new">
325+
<ExternalLink to="https://getalby.com/subscription/pro">
326326
<SidebarMenuItem>
327327
<SidebarMenuButton>
328328
<Cloud className="h-4 w-4" />

frontend/src/components/UpgradeDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const UpgradeDialog = ({ children }: UpgradeDialogProps) => {
110110
variant="premium"
111111
size="lg"
112112
className="w-full"
113-
to="https://www.getalby.com/subscription/new"
113+
to="https://www.getalby.com/subscription/pro"
114114
>
115115
Upgrade Now
116116
</ExternalLinkButton>

0 commit comments

Comments
 (0)