Skip to content

Commit cd6a67c

Browse files
authored
fix: invalid email destination
1 parent 432102e commit cd6a67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packlets/front/sponsors.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import creatorsgarten from '$assets/creatorsgarten.svg'
1616
</p>
1717
<p>
1818
If you're interested in becoming a sponsor, email us at
19-
<a href="mailto:sponsors@javascriptbangkok.com" class="text-red-500"
20-
>sponsors@javascriptbangkok.com</a
19+
<a href="mailto:sponsor@javascriptbangkok.com" class="text-red-500"
20+
>sponsor@javascriptbangkok.com</a
2121
>
2222
</p>
2323
</div>

0 commit comments

Comments
 (0)