Skip to content

Commit 87f4163

Browse files
committed
Update max org description length to 200 chars
1 parent 32172f8 commit 87f4163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/types/organizations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const orgLeadEntry = z.object({
1414

1515
export const leadTitleSuggestions = ["Chair", "Co-chair", "Admin", "Lead", "Helper"];
1616

17-
export const MAX_ORG_DESCRIPTION_CHARS = 125;
17+
export const MAX_ORG_DESCRIPTION_CHARS = 200;
1818
export type LeadEntry = z.infer<typeof orgLeadEntry>;
1919

2020
export const validOrgLinkTypes = ["DISCORD", "CAMPUSWIRE", "SLACK", "NOTION", "MATRIX", "INSTAGRAM", "OTHER"] as const as [string, ...string[]];

0 commit comments

Comments
 (0)