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.
This commit is contained in:
@@ -3,7 +3,7 @@ import jp from "jsonpath"
|
||||
import JsonTreeNode from "@/components/json-tree-node"
|
||||
|
||||
/**
|
||||
* JSON Viewer page component that displays the JSON Visualiser tool.
|
||||
* JSON Viewer page component that displays the JSON Visualiser tool in DevLab.
|
||||
*/
|
||||
export default function JsonViewer() {
|
||||
const initialData = {
|
||||
|
||||
Reference in New Issue
Block a user