File tree Expand file tree Collapse file tree 2 files changed +1
-140
lines changed Expand file tree Collapse file tree 2 files changed +1
-140
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import { BASE_TIME_UNIT } from "@/lib/constants"
30
30
import Curved10YearsText from "./_components/10y.svg"
31
31
import AdoptionSwiper from "./_components/AdoptionSwiper/lazy"
32
32
import CountDown from "./_components/CountDown/lazy"
33
- import CurrentTorchHolderCard from "./_components/CurrentTorchHolderCard"
34
33
import { adoptionStyles } from "./_components/data"
35
34
import InnovationSwiper from "./_components/InnovationSwiper/lazy"
36
35
import NFTMintCardWrapper from "./_components/NFTMintCardWrapper"
@@ -153,15 +152,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
153
152
</ div >
154
153
</ div >
155
154
< div className = "flex flex-1 flex-row items-center justify-center" >
156
- { showNFTMint ? (
157
- < NFTMintCardWrapper locale = { locale } />
158
- ) : (
159
- < CurrentTorchHolderCard
160
- className = "w-[420px]"
161
- currentHolder = { currentHolder }
162
- isBurned = { false }
163
- />
164
- ) }
155
+ < NFTMintCardWrapper locale = { locale } />
165
156
</ div >
166
157
</ div >
167
158
You can’t perform that action at this time.
0 commit comments