From 0686156ea791311b1b13a0fb6ea7abf08746daa9 Mon Sep 17 00:00:00 2001 From: Mahen Date: Tue, 3 Mar 2026 10:19:28 +0700 Subject: [PATCH] chore: change total word cloud limitation --- src/utils/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/const.ts b/src/utils/const.ts index 0ee418a..58bbf29 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -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 },