re-order tournaments

This commit is contained in:
mantikoros 2022-10-11 14:26:52 -05:00
parent d528566ffa
commit 0d8a84ef06

View File

@ -78,8 +78,9 @@ const Salem = {
const tourneys: Tourney[] = [
{
title: 'Chinese Communist Party 20th National Party Congress',
blurb: 'Forecast the outcome of the 20th National Party Congress.',
title: 'CPC 20th National Party Congress',
blurb:
"Forecast the outcome of the Chinese Communist Party's 20th National Party Congress.",
award: 'US$200',
endTime: toDate('Oct 20, 2022'),
groupId: 'YfcYoy7TWbZtUOs0GLfq',
@ -177,16 +178,6 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) {
<Title text="🏆 Manifold tournaments" />
<div>{description}</div>
</Col>
<div>
<SectionHeader
url={Salem.url}
title={Salem.title}
award={Salem.award}
endTime={Salem.endTime}
/>
<span className="text-gray-500">{Salem.blurb}</span>
<ImageCarousel url={Salem.url} images={Salem.images} />
</div>
{sections.map(
({ tourney, slug, numPeople }) =>
@ -205,6 +196,17 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) {
</div>
)
)}
{/* Salem center */}
<div>
<SectionHeader
url={Salem.url}
title={Salem.title}
award={Salem.award}
endTime={Salem.endTime}
/>
<span className="text-gray-500">{Salem.blurb}</span>
<ImageCarousel url={Salem.url} images={Salem.images} />
</div>
{/* Title break */}
<div className="relative">