Skip to content

Commit c6c5fe5

Browse files
Merge pull request #208 from appwrite/fix-heroes-button
Fix: non functioning button on Heroes page
2 parents b18a78b + a582da5 commit c6c5fe5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/routes/heroes/+page.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@
4646
Appwrite, help us support you by joining the Appwrite Heroes program and becoming a
4747
leader in our developer community.
4848
</p>
49-
<button class="aw-button is-secondary is-full-width-mobile u-margin-block-start-32">
49+
<a
50+
href="https://7nxwryuitoy.typeform.com/heroes-apply"
51+
target="_blank"
52+
rel="noopener noreferrer"
53+
class="aw-button is-secondary is-full-width-mobile u-margin-block-start-32"
54+
>
5055
<span class="text">Become a Hero</span>
51-
</button>
56+
</a>
5257
</div>
5358
</div>
5459
</section>

0 commit comments

Comments
 (0)