Skip to content

Commit

Permalink
Merge pull request #19 from bkrl/update-footer-links
Browse files Browse the repository at this point in the history
Update footer links
  • Loading branch information
burturt authored Feb 14, 2024
2 parents 787f709 + 0a4ba81 commit acdb850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import withStyles from './jss'
const Footer = ({ classes }) => (
<div class={classes.root}>
<span>
<a href='https://github.com/uclaacm/lactf-platform' target='_blank' rel='noopener noreferrer'>LA CTF Platform</a> - Powered by <a href='https://rctf.redpwn.net/' target='_blank' rel='noopener noreferrer'>rCTF</a>
&nbsp;- Made with 🤍 by <a href='https://acmcyber.com/' target='_blank' rel='noopener noreferrer'>ACM Cyber</a>
&nbsp;&amp; <a href='https://pbr.uclaacm.com/' target='_blank' rel='noopener noreferrer'>Psi Beta Rho</a>
<a href='https://github.com/lactf/lactf-platform' target='_blank' rel='noopener noreferrer'>LA CTF Platform</a> - Powered by <a href='https://rctf.redpwn.net/' target='_blank' rel='noopener noreferrer'>rCTF</a>
&nbsp;- Made with 🤍 by <a href='https://www.acmcyber.com/' target='_blank' rel='noopener noreferrer'>ACM Cyber</a>
&nbsp;&amp; <a href='https://pbr.acmcyber.com/' target='_blank' rel='noopener noreferrer'>Psi Beta Rho</a>
</span>
</div>
)
Expand Down

0 comments on commit acdb850

Please sign in to comment.