Skip to content

Commit

Permalink
Update subscribe link
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Jul 11, 2024
1 parent cbdcda9 commit bc2df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/account-frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function PremiumPlan(props: {}) {
}

if (location.host !== "js-dos.com") {
window.open("https://js-dos.com/subscription.html", "_blank");
window.open("https://js-dos.com/subscription.html#subscribe", "_blank");
return;
}

Expand Down

0 comments on commit bc2df45

Please sign in to comment.