Skip to content

Commit

Permalink
Merge pull request #77 from lactf/uncomment-platform-link
Browse files Browse the repository at this point in the history
Replace Discord button with platform link
  • Loading branch information
Aplet123 authored Feb 12, 2024
2 parents 6087fe9 + 82bc0a5 commit cc356f3
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Home() {
>
Schedule
</button>
</a>
</a> */}
<a href="https://platform.lac.tf/">
<button
className={
Expand All @@ -109,7 +109,7 @@ export default function Home() {
>
CTF Platform
</button>
</a> */}
</a>
<a href="https://ctftime.org/event/2102">
<button
className={
Expand All @@ -128,18 +128,6 @@ export default function Home() {
RSVP Form
</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 */}
<a href="/discord">
<button
className={
styles.bigFatPinkButtonThatSaysRegisterUnderTheTimersOrSmth
}
>
Discord
</button>
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit cc356f3

Please sign in to comment.