mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-26 03:47:01 -05:00
25 lines
1.0 KiB
TypeScript
25 lines
1.0 KiB
TypeScript
export const MIN_INT = Number.MIN_SAFE_INTEGER
|
|
export const MAX_INT = Number.MAX_SAFE_INTEGER
|
|
|
|
export const supportEmail = 'hello@compassmeet.com';
|
|
// export const marketingEmail = 'hello@compassmeet.com';
|
|
|
|
export const githubRepo = "https://github.com/CompassConnections/Compass";
|
|
export const githubIssues = `${githubRepo}/issues`
|
|
|
|
export const paypalLink = "https://www.paypal.com/paypalme/CompassConnections"
|
|
export const openCollectiveLink = "https://opencollective.com/compass-connection"
|
|
export const patreonLink = "https://patreon.com/CompassMeet"
|
|
export const discordLink = "https://discord.gg/8Vd7jzqjun"
|
|
export const stoatLink = "https://stt.gg/YKQp81yA"
|
|
export const redditLink = "https://www.reddit.com/r/CompassConnect"
|
|
export const xLink = "https://x.com/compassmeet"
|
|
export const formLink = "https://forms.gle/tKnXUMAbEreMK6FC6"
|
|
|
|
export const pStyle = "mt-1 text-gray-800 dark:text-white whitespace-pre-line";
|
|
|
|
export const IS_MAINTENANCE = false; // set to true to enable maintenance mode banner
|
|
|
|
export const MIN_BIO_LENGTH = 250;
|
|
|