manifold/common/contest.ts

12 lines
423 B
TypeScript
Raw Normal View History

2022-08-02 08:36:43 +00:00
import { GROUP_CHAT_SLUG } from 'common/group'
export const CONTEST_DATA = {
'cause-exploration-prize': {
link: 'https://www.causeexplorationprizes.com/',
description:
'Open Philanthropys contest to find ideas for the best ways to use their resources, with focus on new areas to support, health development, and worldview investigations.',
},
}
export const CONTEST_SLUGS = Object.keys(CONTEST_DATA)