Skip to content

Commit e73d73d

Browse files
authored
Merge pull request #5 from shenghuo2/main
fix: contact mail address
2 parents ab7e479 + 50578cd commit e73d73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/members.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if (pioneerMembers.length === 0) {
168168
<p class="mb-2"><span class="text-green-500 dark:text-green-400">></span> Requirements satisfied. Proceed to application.</p>
169169
</div>
170170

171-
<a href="mailto:contact@n0wayback.com" class="inline-block font-mono text-secondary-light dark:text-secondary-dark border border-secondary-light/50 dark:border-secondary-dark/50 hover:bg-secondary-light/10 dark:hover:bg-secondary-dark/10 px-4 py-2 transition-colors cyber-button">
171+
<a href="mailto:cainyzb@qq.com" class="inline-block font-mono text-secondary-light dark:text-secondary-dark border border-secondary-light/50 dark:border-secondary-dark/50 hover:bg-secondary-light/10 dark:hover:bg-secondary-dark/10 px-4 py-2 transition-colors cyber-button">
172172
<span class="mr-1">$</span> apply --now
173173
</a>
174174
</div>

0 commit comments

Comments
 (0)