We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32172f8 commit 87f4163Copy full SHA for 87f4163
src/common/types/organizations.ts
@@ -14,7 +14,7 @@ export const orgLeadEntry = z.object({
14
15
export const leadTitleSuggestions = ["Chair", "Co-chair", "Admin", "Lead", "Helper"];
16
17
-export const MAX_ORG_DESCRIPTION_CHARS = 125;
+export const MAX_ORG_DESCRIPTION_CHARS = 200;
18
export type LeadEntry = z.infer<typeof orgLeadEntry>;
19
20
export const validOrgLinkTypes = ["DISCORD", "CAMPUSWIRE", "SLACK", "NOTION", "MATRIX", "INSTAGRAM", "OTHER"] as const as [string, ...string[]];
0 commit comments