Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
siujamo
2026-01-19 14:56:18 +08:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ A sophisticated, TypeScript-powered tool designed to parse JSON data and visuali
## Access the App ## Access the App
You can use the live version of the application directly in your browser: You can use the live version of the application directly in your browser:
👉 **[https://json-visualiser.onixbyte.dev](https://json-visualiser.onixbyte.dev)** 👉 **[https://dev-hub.onixbyte.dev](https://dev-hub.onixbyte.dev)**
## New Features ## New Features
+1 -1
View File
@@ -5,7 +5,7 @@ import React from "react"
*/ */
export default function Contact() { export default function Contact() {
const owner = "onixbyte" const owner = "onixbyte"
const repo = "json-visualiser" const repo = "dev-hub"
const handleRedirect = (e: React.FormEvent<HTMLFormElement>) => { const handleRedirect = (e: React.FormEvent<HTMLFormElement>) => {
e.preventDefault() e.preventDefault()
+1 -1
View File
@@ -3,7 +3,7 @@ import jp from "jsonpath"
import JsonTreeNode from "@/components/json-tree-node" import JsonTreeNode from "@/components/json-tree-node"
/** /**
* JSON Viewer page component that displays the JSON Visualiser tool in DevLab. * JSON Viewer page component that displays the JSON visualisation tool in DevLab.
*/ */
export default function JsonViewer() { export default function JsonViewer() {
const initialData = { const initialData = {