diff --git a/README.md b/README.md index d5a5168..76904f7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A sophisticated, TypeScript-powered tool designed to parse JSON data and visuali ## Access the App 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 diff --git a/src/page/contact/index.tsx b/src/page/contact/index.tsx index e0430b2..e25cdd3 100644 --- a/src/page/contact/index.tsx +++ b/src/page/contact/index.tsx @@ -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) => { e.preventDefault() diff --git a/src/page/json-viewer/index.tsx b/src/page/json-viewer/index.tsx index 479dbeb..e4a403d 100644 --- a/src/page/json-viewer/index.tsx +++ b/src/page/json-viewer/index.tsx @@ -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 = {