Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 7671d06

Browse files
authored
increase character limit of hypercert title to 70 (#1300)
1 parent 39fdfeb commit 7671d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/hypercert-create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import useCheckWriteable from "../hooks/checkWriteable";
2727
const FORM_SELECTOR = "currentForm";
2828
const IMAGE_SELECTOR = "hypercertimage";
2929
export const NAME_MIN_LENGTH = 2;
30-
export const NAME_MAX_LENGTH = 50;
30+
export const NAME_MAX_LENGTH = 70;
3131

3232
export const DESCRIPTION_MIN_LENGTH = 20;
3333
export const DESCRIPTION_MAX_LENGTH = 1500;

0 commit comments

Comments
 (0)