add register and see panel
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 30s
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 30s
This commit is contained in:
@@ -178,7 +178,7 @@ const ProductCard = ({ product, selectedPeriod, categoryName }) => {
|
||||
|
||||
<button
|
||||
disabled={!priceData.isAvailable}
|
||||
onClick={() => navigate(`/checkout/${product.id}`)}
|
||||
onClick={() => navigate(`/checkout/${product.id}?period=${selectedPeriod}`)}
|
||||
className={`w-full py-3 rounded-lg font-bold tracking-widest transition-all flex justify-center items-center space-x-2
|
||||
${priceData.isAvailable
|
||||
? "bg-cyan-400/10 hover:bg-cyan-400 text-cyan-400 hover:text-gray-900 border border-cyan-400 group-hover:shadow-[0_0_20px_rgba(34,211,238,0.2)]"
|
||||
|
||||
Reference in New Issue
Block a user