From b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 15 七月 2025 14:04:22 +0800 Subject: [PATCH] fix: s --- src/Home/Footer.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Home/Footer.jsx b/src/Home/Footer.jsx index a603526..504aec1 100644 --- a/src/Home/Footer.jsx +++ b/src/Home/Footer.jsx @@ -39,15 +39,15 @@ </Title> <div className="contact-item"> <PhoneOutlined style={{ fontSize: 18, marginRight: 12 }} /> - <Text style={{ fontSize: 16 }}>400-123-4567</Text> + <Text style={{ fontSize: 16 }}>0574-83867368,0574-83867307</Text> </div> <div className="contact-item"> <MailOutlined style={{ fontSize: 18, marginRight: 12 }} /> - <Text style={{ fontSize: 16 }}>contact@example.com</Text> + <Text style={{ fontSize: 16 }}>nb-cyds@cnnbhr.com</Text> </div> <div className="contact-item"> <GlobalOutlined style={{ fontSize: 18, marginRight: 12 }} /> - <Text style={{ fontSize: 16 }}>www.example.com</Text> + <Text style={{ fontSize: 16 }}>www.cnnbhr.com</Text> </div> </Col> -- Gitblit v1.9.1