From 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 18 七月 2025 14:33:11 +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