mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Add target="_blank" to all links at the bottom of /events
This commit is contained in:
parent
087a3d2b6f
commit
564e0c4a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ const Page = ({ jobs }) => (
|
|||
<Card variant="sunken" sx={{textAlign: 'center', background: theme.util.gx('cyan', 'blue'), color: 'white', width: '100%', maxWidth: '64rem', mx: 'auto', mt: 3, fontSize: 2}}>
|
||||
<Box sx={{maxWidth: '600px', mx: 'auto'}}>
|
||||
Looking for more? Hack Clubbers often organise their own hackathons!
|
||||
Check them out at <Link href="https://hackathons.hackclub.com" sx={{color: 'white'}}>hackathons.hackclub.com</Link>. Hack Club is also behind a series of <Link href="https://daysofservice.hackclub.com/" sx={{color: 'white'}}>Day of Service</Link> events and <Link href="https://events.hackclub.com/" sx={{color: 'white'}}>frequent virtual events</Link>.
|
||||
Check them out at <Link href="https://hackathons.hackclub.com" sx={{color: 'white'}} target="_blank">hackathons.hackclub.com</Link>. Hack Club is also behind a series of <Link href="https://daysofservice.hackclub.com/" sx={{color: 'white'}} target="_blank">Day of Service</Link> events and <Link href="https://events.hackclub.com/" sx={{color: 'white'}} target="_blank">frequent virtual events</Link>.
|
||||
</Box>
|
||||
</Card>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue