From de01aa7e0e2508d13df3c4cf012edac3136f29ba Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:26:09 +0100 Subject: [PATCH] Website: Refactor Footer for improved layout and styling consistency --- 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 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 + + . +