diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 01bfb076..6aa404b6 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,34 +1,38 @@ import { basePath } from "@/config/siteConfig"; import Link from "next/link"; import { FileJson, Server, ExternalLink } from "lucide-react"; +import { buttonVariants } from "./ui/button"; +import { cn } from "@/lib/utils"; export default function Footer() { return ( -
-
-
- Website built by the community. The source code is available on{" "} - - GitHub - - . +
+
+
+

+ Website built by the community. The source code is available on{" "} + + GitHub + + . +

-
+
JSON Editor API Data