From c574297fe2b1c58fa853fce340fa42c2f698b22a Mon Sep 17 00:00:00 2001 From: zihluwang Date: Mon, 19 Jan 2026 14:51:10 +0800 Subject: [PATCH] refactor: rename application from JSON Visualiser to DevLab - Updated the title and references throughout the application to reflect the new name, DevLab. - Adjusted the About, Contact, Home, and JSON Viewer pages to align with the rebranding. --- README.md | 2 +- index.html | 2 +- src/layout/hero-layout/index.tsx | 2 +- src/page/about/index.tsx | 4 ++-- src/page/contact/index.tsx | 2 +- src/page/home/index.tsx | 2 +- src/page/json-viewer/index.tsx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d669f20..d5a5168 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSON Visualiser +# DevLab A sophisticated, TypeScript-powered tool designed to parse JSON data and visualise **JSONPath** queries with precision. This tool allows developers to navigate complex data structures, highlight specific fields, and extract data efficiently. diff --git a/index.html b/index.html index e42e8cb..040d1b8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - JSON Visualiser + DevLab
diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx index 5f92388..4cd0c46 100644 --- a/src/layout/hero-layout/index.tsx +++ b/src/layout/hero-layout/index.tsx @@ -17,7 +17,7 @@ export default function HeroLayout() {

- JSON Visualiser + DevLab