From 356985f3cb3cc226a22cef462fdaf64844470804 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:31:32 +0000 Subject: [PATCH] fix: remove github logo from navbar in herosection Removed the GitHub logo and its corresponding anchor tag from the Navbar in the HeroSection component, as per the exact design requirements. Cleaned up the unused import from lucide-react. Co-authored-by: SayanthRock <202829406+SayanthRock@users.noreply.github.com> --- src/sections/HeroSection.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/sections/HeroSection.tsx b/src/sections/HeroSection.tsx index f4581cb..9f332e2 100644 --- a/src/sections/HeroSection.tsx +++ b/src/sections/HeroSection.tsx @@ -1,5 +1,4 @@ -import { Github } from 'lucide-react'; import { ContactButton } from '../components/ContactButton'; import { FadeIn } from '../components/FadeIn'; import { Magnet } from '../components/Magnet'; @@ -19,15 +18,6 @@ export const HeroSection = () => { {item} ))} - - -