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 + ); }