Add clearer thinking Regrant to tournaments (#883)
This commit is contained in:
parent
140628692f
commit
ebbb8905e2
|
@ -76,6 +76,13 @@ const Salem = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const tourneys: Tourney[] = [
|
const tourneys: Tourney[] = [
|
||||||
|
{
|
||||||
|
title: 'Clearer Thinking Regrant Project',
|
||||||
|
blurb: 'Which projects will Clearer Thinking give a grant to?',
|
||||||
|
award: '$13,000',
|
||||||
|
endTime: toDate('Sep 22, 2022'),
|
||||||
|
groupId: 'fhksfIgqyWf7OxsV9nkM',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Manifold F2P Tournament',
|
title: 'Manifold F2P Tournament',
|
||||||
blurb:
|
blurb:
|
||||||
|
@ -99,13 +106,6 @@ const tourneys: Tourney[] = [
|
||||||
endTime: toDate('Jan 6, 2023'),
|
endTime: toDate('Jan 6, 2023'),
|
||||||
groupId: 'SxGRqXRpV3RAQKudbcNb',
|
groupId: 'SxGRqXRpV3RAQKudbcNb',
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// title: 'Clearer Thinking Regrant Project',
|
|
||||||
// blurb: 'Something amazing',
|
|
||||||
// award: '$10,000',
|
|
||||||
// endTime: toDate('Sep 22, 2022'),
|
|
||||||
// groupId: '2VsVVFGhKtIdJnQRAXVb',
|
|
||||||
// },
|
|
||||||
|
|
||||||
// Tournaments without awards get featured belows
|
// Tournaments without awards get featured belows
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user