chore: change total word cloud limitation

This commit is contained in:
Mahen 2026-03-03 10:19:28 +07:00
parent c75f17184a
commit 0686156ea7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export const MODEL_OPTIONS = [
},
];
export const WORD_LIMIT = 20;
export const WORD_LIMIT = 30;
export const professionItems = [
{ value: "PROGRAMMER", label: "Programmer", icon: Code },