Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Container from "./Container.astro"
</div>
<div class="flex flex-col gap-4 sm:flex-row mt-14 justify-center">
<a
href="https://forms.gle/tApX87Yds5TpBmoHA"
href="https://forms.gle/2tG9x52LAGrjqofa9"
class="relative flex h-11 w-full items-center justify-center px-6 before:absolute before:inset-0 before:rounded-full before:bg-primary before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max"
>
<span class="relative text-base font-semibold text-white"
Expand Down