From e856d3f6a30602c00e28d12e00cef3e5769fe2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E5=85=AE?= Date: Thu, 4 Jun 2026 11:37:33 +0800 Subject: [PATCH] fix: remove contact title punctuation --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c6b03bb..544ee41 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -63,7 +63,7 @@ const labels = { domainsKicker: "Featured Domains", domainsTitle: "最近项目重点。", contactKicker: "Contact", - contactTitle: "可沟通前端开发工程师岗位。", + contactTitle: "可沟通前端开发工程师岗位", sendEmail: "发送邮件", footer: "Built with Astro.", },