fix: remove secondary label from email

This commit is contained in:
zguiyang
2026-05-02 09:52:31 +08:00
parent d94d6845dc
commit 79afb0ee27

View File

@@ -38,7 +38,7 @@ export const contactIntents: ContactIntent[] = [
export const contactMethods: ContactMethod[] = [ export const contactMethods: ContactMethod[] = [
{ {
label: { en: "Email (Secondary)", zh: "邮箱(备用)" }, label: { en: "Email", zh: "邮箱" },
value: "zhaoguiyang18@outlook.com", value: "zhaoguiyang18@outlook.com",
}, },
{ {