From f109093eab896f4e6b6daba5973e11419f776c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Nov 2025 22:03:48 +0100 Subject: [PATCH] fix: replace file icon with git branch icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Hero and Footer to use proper git branch icon - Icon shows branching pattern with circles (commits) - Better representation of git repository link - Maintains hover color transitions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Footer.tsx | 7 +++++-- components/Hero.tsx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index a7589d2..76f7749 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -36,8 +36,11 @@ export default function Footer() { rel="noopener noreferrer" className="group flex items-center gap-3 px-4 py-2 rounded-full border border-gray-700 hover:border-purple-400 transition-all duration-300" > - - + + + + + View on Dev diff --git a/components/Hero.tsx b/components/Hero.tsx index 0c6c8eb..e537fce 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -78,8 +78,11 @@ export default function Hero() { whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} > - - + + + + + View on Dev