diff --git a/web/pages/tournaments/index.tsx b/web/pages/tournaments/index.tsx index 55150ee7..b93a9725 100644 --- a/web/pages/tournaments/index.tsx +++ b/web/pages/tournaments/index.tsx @@ -37,13 +37,13 @@ type Tourney = { groupId: string } -// const Salem = { -// title: 'CSPI/Salem Tournament', -// blurb: -// "Forecasting contest - top 5 can become Salem Center's next research fellow.", -// url: 'https://salemcenter.manifold.markets/', -// award: 25_000, -// } as const +const Salem = { + title: 'CSPI/Salem Forecasting Tournament', + blurb: 'Top 5 traders qualify for a UT Austin research fellowship.', + url: 'https://salemcenter.manifold.markets/', + award: '$25,000', + endTime: toDate('Jul 31, 2023'), +} as const const tourneys: Tourney[] = [ { @@ -61,13 +61,13 @@ const tourneys: Tourney[] = [ endTime: toDate('Jan 6, 2023'), groupId: 'SxGRqXRpV3RAQKudbcNb', }, - { - title: 'Clearer Thinking Regrant Project', - blurb: 'Something amazing', - award: '$10,000', - endTime: toDate('Sep 22, 2022'), - groupId: '2VsVVFGhKtIdJnQRAXVb', - }, + // { + // title: 'Clearer Thinking Regrant Project', + // blurb: 'Something amazing', + // award: '$10,000', + // endTime: toDate('Sep 22, 2022'), + // groupId: '2VsVVFGhKtIdJnQRAXVb', + // }, ] export async function getStaticProps() { @@ -104,7 +104,7 @@ export default function TournamentPage(props: { title="Tournaments" description="Win money by betting in forecasting touraments on current events, sports, science, and more" /> -