Skip to content

Commit

Permalink
add ctftime button
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Sep 24, 2023
1 parent 47e6167 commit 90b2efe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ export default function Home() {
CTF Platform
</button>
</a> */}
<a href="https://ctftime.org/event/2102">
<button
className={
styles.bigFatPinkButtonThatSaysRegisterUnderTheTimersOrSmth
}
>
CTFtime Event
</button>
</a>
{/* This is an a tag href to a 302 redirect on /discord in case we need
to update the invite link. As such, react should *not* attempt to load */}
{/* eslint-disable-next-line @next/next/no-html-link-for-pages */}
Expand Down

0 comments on commit 90b2efe

Please sign in to comment.