1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 01:00:13 +02:00

fix assets pro btn

This commit is contained in:
Kushagra Gour
2024-04-15 13:03:29 +05:30
parent f27894a0f5
commit f14f366b17
3 changed files with 9 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ export function Pro({ user }) {
style="gap:0.2rem"
href={`https://web-maker.lemonsqueezy.com/checkout/buy/${
checkoutIds[isAnnual ? 'annual' : 'monthly']
}?embed=1&checkout[custom][userId]=${user.uid}`}
}?embed=1&checkout[custom][userId]=${user?.uid}`}
>
Go <ProBadge />
</A>