diff --git a/frontend/components/hypercert-create.tsx b/frontend/components/hypercert-create.tsx index 98b37b6a..854d076f 100644 --- a/frontend/components/hypercert-create.tsx +++ b/frontend/components/hypercert-create.tsx @@ -27,7 +27,7 @@ import useCheckWriteable from "../hooks/checkWriteable"; const FORM_SELECTOR = "currentForm"; const IMAGE_SELECTOR = "hypercertimage"; export const NAME_MIN_LENGTH = 2; -export const NAME_MAX_LENGTH = 50; +export const NAME_MAX_LENGTH = 70; export const DESCRIPTION_MIN_LENGTH = 20; export const DESCRIPTION_MAX_LENGTH = 1500;