chore: change total word cloud limitation
This commit is contained in:
parent
c75f17184a
commit
0686156ea7
|
|
@ -27,7 +27,7 @@ export const MODEL_OPTIONS = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const WORD_LIMIT = 20;
|
export const WORD_LIMIT = 30;
|
||||||
|
|
||||||
export const professionItems = [
|
export const professionItems = [
|
||||||
{ value: "PROGRAMMER", label: "Programmer", icon: Code },
|
{ value: "PROGRAMMER", label: "Programmer", icon: Code },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue