Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gchartier committed Apr 11, 2024
1 parent b8e9353 commit ad3d0af
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/lib/sections/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,20 @@
{#if !isAfterWhitelistedEndDate}
<Countdown
targetDate={whitelistedMintingStartDate}
activeMessage={"Whitelisted license minting opens in:"}
endMessage={"Whitelisted license minting is open!"}
activeMessage={"Whitelisted license mint opens in:"}
endMessage={"Whitelisted license mint is open!"}
secondaryDate={whitelistedMintingEndDate}
secondaryActiveMessage={"Whitelisted license minting closes in:"}
secondaryEndMessage={"Whitelisted license minting is closed!"}
secondaryActiveMessage={"Whitelisted license mint closes in:"}
secondaryEndMessage={"Whitelisted license mint is closed!"}
/>
{:else if !isAfterFirstComeFirstServeStartDate}
<Countdown
targetDate={firstComeFirstServeMintingStartDate}
activeMessage={"Unreserved license minting opens in:"}
endMessage={"Unreserved license minting is open!"}
activeMessage={"Unreserved license mint opens in:"}
endMessage={"Unreserved license mint is open!"}
/>
{:else}
<div class="text-2xl text-center mb-4 font-black">
Validator license minting is open!
</div>
<div class="text-2xl text-center mb-4 font-black">Validator license mint is open!</div>
{/if}

<Link href="https://status.orcfax.io/validators" isNewTab isButton
Expand Down

0 comments on commit ad3d0af

Please sign in to comment.