Skip to content

Commit

Permalink
fix: swapped URLs for initiatives
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech authored Aug 27, 2023
1 parent abf52f4 commit eb1c34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ export default function HomePage() {
icon={Flag}
title="LA CTF"
description="Our annual CTF competition & security conference!"
link="/events"
link="https://lac.tf"
/>
<CyberThing
icon={Boba}
title="And More!"
description="Career panels, talks, socials, and much more!"
link="https://lactf.uclaacm.com/"
link="/events"
/>
</div>
</div>
Expand Down

0 comments on commit eb1c34b

Please sign in to comment.