Skip to content

Commit

Permalink
Link to SDS instead of broken GForm
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwoo committed Oct 26, 2024
1 parent c881966 commit b5c9f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default function DesktopNav() {
</li>
))}
</ul>
<a href="https://forms.gle/8XdJKCBX9kXP6ge3A">
<RoundedButton name="Join SoDA" url="https://forms.gle/8XdJKCBX9kXP6ge3A"/>
<a href="https://asu.campuslabs.com/engage/organization/soda">
<RoundedButton name="Join SoDA" url="https://asu.campuslabs.com/engage/organization/soda"/>
</a>
</section>
);
Expand Down

0 comments on commit b5c9f46

Please sign in to comment.