Skip to content

Commit

Permalink
Added website links to company sponsor logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh committed Feb 13, 2024
1 parent 323fc18 commit 06e2315
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions client/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,15 @@ const Footer = () => {
Our Sponsors
</Typography>
{/* TikTok logo*/}
<img src={tiktokLogo} alt="TikTok Logo" height={40} style={{ marginRight: '2vw', verticalAlign: 'middle' }} />
<Link href="https://www.tiktok.com/" target="_blank" rel="noopener noreferrer">
<img src={tiktokLogo} alt="TikTok Logo" height={40} style={{ marginRight: '2vw', verticalAlign: 'middle' }} />
</Link>

{/* Jane Street*/}
<img src={janeStreetLogo} alt="Jane Street Logo" height={50} style={{ verticalAlign: 'middle', marginBottom: '0px' }} />
<Link href="https://www.janestreet.com/" target="_blank" rel="noopener noreferrer">
<img src={janeStreetLogo} alt="Jane Street Logo" height={50} style={{ verticalAlign: 'middle', marginBottom: '0px' }} />
</Link>

</Grid>
</Grid>
</Container>
Expand Down

0 comments on commit 06e2315

Please sign in to comment.