From abf0f2a07fb1c813d1c35d90c6e3e1d54cc96db4 Mon Sep 17 00:00:00 2001 From: Aniket Date: Sun, 9 Nov 2025 01:16:46 +0530 Subject: [PATCH 1/4] Fix: make GitHub button functional --- LandingPage/src/components/github.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LandingPage/src/components/github.tsx b/LandingPage/src/components/github.tsx index a1a33ff..f150a93 100644 --- a/LandingPage/src/components/github.tsx +++ b/LandingPage/src/components/github.tsx @@ -1,9 +1,13 @@ import styled from 'styled-components'; const Github = () => { + const openGithub = () => { + window.open("https://github.com/AOSSIE-Org/InPactAI", "_blank", "noopener,noreferrer"); + }; + return ( -