diff --git a/src/frame/account-frame.tsx b/src/frame/account-frame.tsx index d3bf6e45..76d6d4d2 100644 --- a/src/frame/account-frame.tsx +++ b/src/frame/account-frame.tsx @@ -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; }