This commit is contained in:
		
						commit
						55da2db1fe
					
				|  | @ -78,8 +78,9 @@ const Salem = { | ||||||
| 
 | 
 | ||||||
| const tourneys: Tourney[] = [ | const tourneys: Tourney[] = [ | ||||||
|   { |   { | ||||||
|     title: 'Chinese Communist Party 20th National Party Congress', |     title: 'CPC 20th National Party Congress', | ||||||
|     blurb: 'Forecast the outcome of the 20th National Party Congress.', |     blurb: | ||||||
|  |       "Forecast the outcome of the Chinese Communist Party's 20th National Party Congress.", | ||||||
|     award: 'US$200', |     award: 'US$200', | ||||||
|     endTime: toDate('Oct 20, 2022'), |     endTime: toDate('Oct 20, 2022'), | ||||||
|     groupId: 'YfcYoy7TWbZtUOs0GLfq', |     groupId: 'YfcYoy7TWbZtUOs0GLfq', | ||||||
|  | @ -177,16 +178,6 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { | ||||||
|           <Title text="🏆 Manifold tournaments" /> |           <Title text="🏆 Manifold tournaments" /> | ||||||
|           <div>{description}</div> |           <div>{description}</div> | ||||||
|         </Col> |         </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( |         {sections.map( | ||||||
|           ({ tourney, slug, numPeople }) => |           ({ tourney, slug, numPeople }) => | ||||||
|  | @ -205,6 +196,17 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { | ||||||
|               </div> |               </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 */} |         {/* Title break */} | ||||||
|         <div className="relative"> |         <div className="relative"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user