From 28154c0cb6c4d9e95a71b7b5b033b34fd8deade9 Mon Sep 17 00:00:00 2001 From: Sandeep Chauhan Date: Mon, 17 Nov 2025 13:29:53 +0530 Subject: [PATCH] fix(#172): update GitHub link component --- LandingPage/src/components/github.tsx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/LandingPage/src/components/github.tsx b/LandingPage/src/components/github.tsx index a1a33ff..872c5f8 100644 --- a/LandingPage/src/components/github.tsx +++ b/LandingPage/src/components/github.tsx @@ -2,13 +2,28 @@ import styled from 'styled-components'; const Github = () => { return ( - - + Contribute on GitHub + ); }