From 9f3602d86633ab5cfad7ce4170c1d1ec94ae7e64 Mon Sep 17 00:00:00 2001 From: Plebysnek <115377141+Plebysnacc@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:17:43 +0200 Subject: [PATCH 1/3] prettify: footer --- frontend/components/footer.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/frontend/components/footer.tsx b/frontend/components/footer.tsx index 50669711..c6a3a836 100644 --- a/frontend/components/footer.tsx +++ b/frontend/components/footer.tsx @@ -1,6 +1,10 @@ +import {Bug, Github} from "lucide-react"; +import Link from "next/link"; + export function Footer() { return ( -