diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx index c1ffde4..5f92388 100644 --- a/src/layout/hero-layout/index.tsx +++ b/src/layout/hero-layout/index.tsx @@ -1,4 +1,4 @@ -import { Outlet, Link } from "react-router-dom" +import { Outlet, Link, useLocation } from "react-router-dom" import { useMemo } from "react" import dayjs from "dayjs" diff --git a/src/page/about/index.tsx b/src/page/about/index.tsx index 734ac78..757afa0 100644 --- a/src/page/about/index.tsx +++ b/src/page/about/index.tsx @@ -13,68 +13,47 @@ export default function About() {
- {/* Content Sections */} -+ This project is open source and available on GitHub. You can view the source code, + contribute, or deploy your own instance. +
+ ++ ⭐ Star us on GitHub: If you find this project helpful, we'd greatly + appreciate it if you could give us a star on GitHub. It helps others discover the + project and motivates us to keep improving! +
++ 💡 Self-Hosting: You can deploy this application yourself! The + repository includes all necessary configuration files. Simply clone the repository, + install dependencies, and deploy to your preferred hosting platform (Vercel, Netlify, + or any static hosting service). +
+- The application follows a modular React architecture focused on performance and - maintainability: -
-jsonpath library, ensuring cross-platform query compatibility.
- - Hosted on Vercel, this visualiser leverages modern edge deployment whilst strictly - adhering to the local-first data processing principle. -
-We use GitHub to track all bug reports and feature requests. This ensures our - development process remains **transparent** and that your feedback is properly - prioritised by the community. + development process remains transparent and that + your feedback is properly prioritised by the community.