change unrestricted/restricted to sale/grace

This commit is contained in:
steven 2021-07-26 10:57:17 -07:00
parent 8e60a08db7
commit 4c5b143425
1 changed files with 11 additions and 11 deletions

View File

@ -198,7 +198,7 @@ const ContentSection = () => {
deposit period with the intention of discouraging others to participate. deposit period with the intention of discouraging others to participate.
<br /> <br />
<br /> <br />
they then could withdraw their deposits during the restricted period they then could withdraw their deposits during the grace period
lowering the price for those that remain. lowering the price for those that remain.
</p> </p>
</div> </div>
@ -265,34 +265,34 @@ const ContentSection = () => {
<p className="text-white text-opacity-50 text-base"> <p className="text-white text-opacity-50 text-base">
The event will span over 2 days split into two periods,{' '} The event will span over 2 days split into two periods,{' '}
<span className="text-mango-green italic"> <span className="text-mango-green italic">
Unrestricted sale period
</span>{' '} </span>{' '}
and{' '} and{' '}
<span className="text-mango-red italic">Restricted</span>. <span className="text-blue-400 italic">grace period</span>.
</p> </p>
<div className="flex flex-wrap overflow-hiddenm mt-8"> <div className="flex flex-wrap overflow-hiddenm mt-8">
<div className="w-full overflow-hidden lg:w-1/2 pr-4"> <div className="w-full overflow-hidden lg:w-1/2 pr-4">
<p> <p>
<span className="text-mango-green italic"> <span className="text-mango-green italic">
Unrestricted Sale Period
</span> </span>
</p> </p>
<p className="text-white text-opacity-50"> <p className="text-white text-opacity-50">
During the unrestricted period, you may deposit or During the sale period, you may deposit or
withdraw USDC from the vault. During the unrestricted withdraw USDC from the vault. During the sale
period, the $MNGO price can fluctuate. period, the $MNGO price can fluctuate.
</p> </p>
</div> </div>
<div className="w-full overflow-hidden lg:w-1/2"> <div className="w-full overflow-hidden lg:w-1/2">
<p> <p>
<span className="text-mango-red italic"> <span className="text-blue-400 italic">
Restricted Grace Period
</span> </span>
</p> </p>
<p className="text-white text-opacity-50"> <p className="text-white text-opacity-50">
After 24 hours deposits will be restricted and only After 24 hours deposits will be restricted and only
withdrawals allowed. During the restricted period withdrawals allowed. During the grace period
price can only go down. price can only go down.
</p> </p>
</div> </div>
@ -310,7 +310,7 @@ const ContentSection = () => {
</h2> </h2>
<p className="text-white text-opacity-50 text-base"> <p className="text-white text-opacity-50 text-base">
Users deposit and lock in their USDC into the contribution vault during the Users deposit and lock in their USDC into the contribution vault during the
<span className="text-mango-green italic"> unrestricted</span> period locking in their ticket for $MNGO redemptions later on. <span className="text-mango-green italic"> sale period</span> locking in their ticket for $MNGO redemptions later on.
</p> </p>
</div> </div>
</div> </div>
@ -328,7 +328,7 @@ const ContentSection = () => {
MNGO unlocked and redeemable. MNGO unlocked and redeemable.
</h2> </h2>
<p className="text-white text-opacity-50 text-base"> <p className="text-white text-opacity-50 text-base">
Once the <span className="text-mango-red italic"> restricted</span> period ends, MNGO will be unlocked for redemption from the distribution vault. Users receive a token amount Once the <span className="text-blue-400 italic"> grace period</span> ends, MNGO will be unlocked for redemption from the distribution vault. Users receive a token amount
in proportion to their USDC contribution.{' '} in proportion to their USDC contribution.{' '}
</p> </p>
</div> </div>