chore: update subscription setting

This commit is contained in:
Steven
2023-12-17 22:48:08 +08:00
parent dbd3888fe1
commit 43cda4e2fb
2 changed files with 10 additions and 3 deletions

View File

@ -140,10 +140,10 @@ const SubscriptionSetting: React.FC = () => {
<Link
className="w-full"
underline="none"
href="https://yourselfhosted.lemonsqueezy.com/checkout/buy/d03a2696-8a8b-49c9-9e19-d425e3884fd7"
href="https://yourselfhosted.lemonsqueezy.com/checkout/buy/947e9a56-c93a-4294-8d71-2ea4b0f3ec51"
target="_blank"
>
<Button className="w-full bg-gradient-to-r from-pink-500 to-purple-500 shadow hover:opacity-80">Get Started</Button>
<Button className="w-full bg-gradient-to-r from-pink-500 to-purple-500 shadow hover:opacity-80">Get Pro License</Button>
</Link>
</div>
</div>