mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
8 lines
270 B
TypeScript
8 lines
270 B
TypeScript
export const MAX_FILE_SIZE = 5 * 1024 * 1024; // 5MB
|
|
|
|
export const MARKETING_PRICING_PAGE_LINK = "https://plane.so/pricing";
|
|
|
|
export const MARKETING_CONTACT_US_PAGE_LINK = "https://plane.so/contact";
|
|
|
|
export const MARKETING_PLANE_ONE_PAGE_LINK = "https://plane.so/one";
|