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 -

-
- - )} -