diff --git a/LandingPage/src/components/github.tsx b/LandingPage/src/components/github.tsx index a1a33ff..6c8b822 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 Github = () => { + const openGithub = () => { + window.open("https://github.com/AOSSIE-Org/InPactAI", "_blank", "noopener,noreferrer"); + }; + return ( -