Skip to content

Commit

Permalink
increase character limit of hypercert title to 70
Browse files Browse the repository at this point in the history
  • Loading branch information
holkexyz authored Apr 4, 2024
1 parent 39fdfeb commit ab3b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/hypercert-create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ab3b70d

Please sign in to comment.