diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 56062d6fe1..01bfb07643 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 + +
);