diff --git a/themes/commerce/components/Footer.js b/themes/commerce/components/Footer.js
index 3802e454..0a0852cc 100644
--- a/themes/commerce/components/Footer.js
+++ b/themes/commerce/components/Footer.js
@@ -59,7 +59,7 @@ const Footer = (props) => {
- {siteConfig('COMMERCE_TEXT_FOOTER_LINKS') &&
+ {siteConfig('COMMERCE_TEXT_FOOTER_LINKS') &&
{siteConfig('COMMERCE_TEXT_FOOTER_TITLE', 'Contact US')}
{siteConfig('COMMERCE_TEXT_FOOTER_LINKS')}
}
diff --git a/themes/commerce/index.js b/themes/commerce/index.js
index 79f8546d..c15449a1 100644
--- a/themes/commerce/index.js
+++ b/themes/commerce/index.js
@@ -110,9 +110,9 @@ const LayoutIndex = (props) => {
{/* 产品中心 */}
- {/* 企业介绍 + 联系 */}
+ {/* 首页企业/品牌介绍 */}
{notice &&
-
{siteConfig('TEXT_HOME_ABOUT_US', notice.title)}
+
{siteConfig('TEXT_HOME_ABOUT_US', notice.title)}
}