Fix the link for plan upgrades (#7305)

This commit is contained in:
Jace Browning
2025-05-30 16:54:07 -04:00
committed by GitHub
parent 0624e42822
commit e75a604c64

View File

@ -41,7 +41,7 @@ export const BillingDialog = (props: { billingActor: BillingActor }) => {
/> />
<a <a
className="bg-ml-black text-ml-white rounded-lg text-center p-1 cursor-pointer" className="bg-ml-black text-ml-white rounded-lg text-center p-1 cursor-pointer"
href="https://zoo.dev/api-pricing" href="https://zoo.dev/design-studio-pricing"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
onClick={openExternalBrowserIfDesktop()} onClick={openExternalBrowserIfDesktop()}