Skip to content

Commit 70e5364

Browse files
committed
commerce 允许二维码文字留空
1 parent bee1eb9 commit 70e5364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/commerce/components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const Footer = props => {
167167
dangerouslySetInnerHTML={{
168168
__html: siteConfig(
169169
'COMMERCE_FOOTER_RIGHT_TEXT',
170-
null,
170+
'',
171171
CONFIG
172172
)
173173
}}></div>

0 commit comments

Comments
 (0)