export const MAX_INT = 99999 export const MIN_INT = -MAX_INT 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 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;