From b8164d617eb1f2fd508dfe18d0a494d2048fa747 Mon Sep 17 00:00:00 2001 From: dwindown Date: Sun, 21 Sep 2025 14:32:30 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20Object=20Editor=20descr?= =?UTF-8?q?iption=20to=20mention=20mindmap=20visualization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.js b/src/pages/Home.js index 28651149..7338f5d5 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -9,7 +9,7 @@ const Home = () => { { icon: Edit3, title: 'Object Editor', - description: 'Visual editor for JSON and PHP serialized objects with format conversion', + description: 'Visual editor for JSON and PHP serialized objects with mindmap visualization', path: '/object-editor', tags: ['Visual', 'JSON', 'PHP', 'Objects', 'Editor'] },