Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -5,7 +5,7 @@ import React from "react"
|
||||
*/
|
||||
export default function Contact() {
|
||||
const owner = "onixbyte"
|
||||
const repo = "json-visualiser"
|
||||
const repo = "dev-hub"
|
||||
|
||||
const handleRedirect = (e: React.FormEvent<HTMLFormElement>) => {
|
||||
e.preventDefault()
|
||||
|
||||
@@ -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 in DevLab.
|
||||
* JSON Viewer page component that displays the JSON visualisation tool in DevLab.
|
||||
*/
|
||||
export default function JsonViewer() {
|
||||
const initialData = {
|
||||
|
||||
Reference in New Issue
Block a user