From ef4ff889dfb0827ea6c0303522476d60dd499beb Mon Sep 17 00:00:00 2001 From: Raphael LACOTE Date: Sun, 19 Mar 2023 17:07:25 +0100 Subject: [PATCH] Changement des constantes --- src/misc/constant.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/constant.js b/src/misc/constant.js index fd5147e..c1c9af9 100644 --- a/src/misc/constant.js +++ b/src/misc/constant.js @@ -1,3 +1,3 @@ const ERROR_COLOR = 'red'; -const DESCRIPTION_MINIMAL_SIZE = 1; -const NAME_MINIMAL_SIZE = 1; \ No newline at end of file +const DESCRIPTION_MINIMAL_SIZE = 20; +const NAME_MINIMAL_SIZE = 5; \ No newline at end of file