Skip to content

Commit

Permalink
add luckey money
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Feb 3, 2024
1 parent d16b364 commit c88486e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/BuyForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const PrivateSaleForm = ({ vcInfo }: { vcInfo?: VCInfo }) => {
<div className={s.grid_item}>
<div
className={s.backer}
onClick={() => setShowContributorModal(true)}
// onClick={() => setShowContributorModal(true)}
>
<Text
className={s.tLabel}
Expand Down
20 changes: 10 additions & 10 deletions src/modules/PublicSale/BuyForm/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,16 @@
}

.backer {
cursor: pointer;

&:hover {
p:last-child {
> div {
color: #FA4E0E;
text-decoration: underline;
}
}
}
//cursor: pointer;

//&:hover {
// p:last-child {
// > div {
// color: #FA4E0E;
// text-decoration: underline;
// }
// }
//}
}

:global {
Expand Down

0 comments on commit c88486e

Please sign in to comment.