From 45e32fd7c4e867cf1c79395c12e8e2370151825c Mon Sep 17 00:00:00 2001 From: camewell <130561684+camewell071@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:41:52 +0700 Subject: [PATCH] chore: update code --- src/modules/Whitelist/FAQContent/index.tsx | 58 +++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/modules/Whitelist/FAQContent/index.tsx b/src/modules/Whitelist/FAQContent/index.tsx index 7b7630721..c8d580c78 100644 --- a/src/modules/Whitelist/FAQContent/index.tsx +++ b/src/modules/Whitelist/FAQContent/index.tsx @@ -91,6 +91,35 @@ const FAQContent: React.FC = (): React.ReactElement => { )} + + {({ isExpanded }) => ( + <> +

+ + + How much is my $BVM allocation based on my contribution? + + + +

+ +

+ Your $BVM allocation will be determined based on the total fund raised at the end of the public sale
+

+

+ Your $BVM allocation = (Your contribution amount / Total contribution at the end) * 15M $BVM +

+
+ + )} +
+ {({ isExpanded }) => ( <> @@ -402,35 +431,6 @@ const FAQContent: React.FC = (): React.ReactElement => { )} )} - - - {({ isExpanded }) => ( - <> -

- - - How much is my $BVM allocation based on my contribution? - - - -

- -

- Your $BVM allocation will be determined based on the total fund raised at the end of the public sale
-

-

- Your $BVM allocation = (Your contribution amount / Total contribution at the end) * 15M $BVM -

-
- - )} -