We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29463f0 commit ce0e279Copy full SHA for ce0e279
1 file changed
src/routes/bio/+page.svelte
@@ -27,7 +27,7 @@ import Contact from "./Contact.svelte";
27
</p>
28
<p class="mb-4 md:text-xl">Schweitzer Engineering Laboratories</p>
29
<div class="flex justify-center gap-4">
30
- <Contact href="mailto:nealwang.sh@protonmail.com" tip="Email">
+ <Contact href="mailto:me@nealwang.dev" tip="Email">
31
<Mail />
32
</Contact>
33
<Contact href="https://github.com/neowsl" tip="GitHub">
0 commit comments