Skip to content

Commit

Permalink
Redirect website credit to the team
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Nov 18, 2023
1 parent d78e58c commit 49e38eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ export default function Footer() {
</div>
</div>
<div className={styles['footer-end']}>
Original Website Built & Designed by{' '}
<Link target="_blank" rel="noopener noreferrer" href="https://go.rutgers.edu/andrewhong">
Andrew Hong
Maintained by the{' '}
<Link
target="_blank"
rel="noopener noreferrer"
href="https://github.com/rutgersesports/rutgersesports.club/graphs/contributors"
>
Rutgers Esports Website Team
</Link>
<br />
</div>
Expand Down

0 comments on commit 49e38eb

Please sign in to comment.