Skip to content

Commit

Permalink
Added HackSoDA info
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte committed Oct 9, 2024
1 parent 64b80c0 commit 213fa46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Navigation/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const navLinks = [
name: "Events",
id_href: "https://asu.campuslabs.com/engage/organization/soda/events",
cssClass: "nav-text-animation",
},
{
name: "HackSoDA24",
id_href: "https://hack.thesoda.io",
cssClass: "nav-text-animation",
}
];

Expand Down
3 changes: 3 additions & 0 deletions src/components/Navigation/Mobile/OpenedMobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default function OpenedMobileNav({ setIsOpen }: setIsOpenTypes) {
<a href="https://asu.campuslabs.com/engage/organization/soda/events" target="_blank" onClick={() => setIsOpen(false)}>
<h1 className="text-[20px]">Events</h1>
</a>
<a href="https://hack.thesoda.io" onClick={() => setIsOpen(false)}>
<h1 className="text-[20px]">HackSoDA24</h1>
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 213fa46

Please sign in to comment.