From 5b4c417729b5d4b1db30c36cee405605ec961b85 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:06:48 +0100 Subject: [PATCH] Website: Update Footer for Json-Editor & Api (#2100) * Website: Update Footer for Json-Editor & Api * Update Footer.tsx --- frontend/src/components/Footer.tsx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 56062d6fe..01bfb0764 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,12 +1,13 @@ import { basePath } from "@/config/siteConfig"; import Link from "next/link"; +import { FileJson, Server, ExternalLink } from "lucide-react"; export default function Footer() { return (
-
-
- Website built by the community. The source code is avaliable on{" "} +
+
+ Website built by the community. The source code is available on{" "} .
+
+ + JSON Editor + + + API Data + +
);