From 0846f8141cbe13c08960c0130d6f17eec8cdd734 Mon Sep 17 00:00:00 2001 From: Constantin Rusu Date: Mon, 16 Dec 2024 02:32:03 +0200 Subject: [PATCH] edit footer with versio and github link --- src/components/Footer.tsx | 12 ++++++- src/pages/Index.tsx | 67 ++++++++++++++++++++------------------- 2 files changed, 45 insertions(+), 34 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7dc8354..5f5f7ce 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,9 +1,19 @@ import { VERSION } from '../version'; +import { Github } from 'lucide-react'; export const Footer = () => { return ( -