Skip to content

Commit d1e75bf

Browse files
committed
fix: Fixes volunteer link in community section
Signed-off-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
1 parent bda4453 commit d1e75bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/landing/communities.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<div class="w-fit">
12-
{{ button(text="Become a Volunteer", url="/volunteers", lime_bg=true) }}
12+
{{ button(text="Become a Volunteer", url="https://docs.google.com/forms/d/e/1FAIpQLSdX2LEom11BbWDiLUiQp1rmeNX9l7J8bfszGidsRDoExy0D5A/viewform", lime_bg=true) }}
1313
</div>
1414
</div>
1515
<div class="hidden lg:block relative h-[420px]">

0 commit comments

Comments
 (0)