From d71ef779ecee7ab33c804c3b477d5dd69710d6b2 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:10:57 +0100 Subject: [PATCH] Website: Refactor Footer for improved layout and styling consistency (#2107) --- frontend/src/components/Footer.tsx | 38 +++++++++++++++++------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 01bfb0764..6aa404b63 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