From c88486e3d852c7a01ebf26bbc7e8d090e375f0ee Mon Sep 17 00:00:00 2001 From: 0xmegalodon Date: Sat, 3 Feb 2024 18:12:05 +0700 Subject: [PATCH] add luckey money --- src/modules/PublicSale/BuyForm/index.tsx | 2 +- .../PublicSale/BuyForm/styles.module.scss | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/modules/PublicSale/BuyForm/index.tsx b/src/modules/PublicSale/BuyForm/index.tsx index 40c83d434..ed4a24b5b 100644 --- a/src/modules/PublicSale/BuyForm/index.tsx +++ b/src/modules/PublicSale/BuyForm/index.tsx @@ -328,7 +328,7 @@ const PrivateSaleForm = ({ vcInfo }: { vcInfo?: VCInfo }) => {
setShowContributorModal(true)} + // onClick={() => setShowContributorModal(true)} > div { - color: #FA4E0E; - text-decoration: underline; - } - } - } + //cursor: pointer; + + //&:hover { + // p:last-child { + // > div { + // color: #FA4E0E; + // text-decoration: underline; + // } + // } + //} } :global {