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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user