Skip to content

Commit

Permalink
update form link
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragzq committed Oct 12, 2023
1 parent ee55c61 commit 73ff7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dagshub-hackathon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const description = "ML@Purdue DagsHub Hackathon";
<div class="grid grid-rows-3 h-32 items-center text-center">
<span></span>
<span class="font-extrabold text-6xl"></span>
<span class="">days</span>
<span class="">day</span>
</div>
<div class="grid grid-rows-3 h-32 items-center text-center">
<span></span>
Expand All @@ -67,7 +67,7 @@ const description = "ML@Purdue DagsHub Hackathon";
<Spacer y={8} />
<div class="text=center w-64">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfLssmXo_D5OKsFNBrsL0mpdVtJSOFOh57HWieZqU_WTSr-9Q/viewform?usp=send_form" target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLScM9qaHlyeKWGbrzTf-uOS36t9xAME_V9gxmjkQSe0UvMgTAg/viewform" target="_blank"
class="bg-gray-800 flex items-center justify-center gap-3 rounded-lg border-purple-600 border-2 px-6 py-4 hover:bg-purple-900 hover:text-current"
>
<span>Register</span>
Expand Down

0 comments on commit 73ff7bc

Please sign in to comment.