diff --git a/src/components/sp-page/index.js b/src/components/sp-page/index.js index 4db40fd3a..c17b575bb 100644 --- a/src/components/sp-page/index.js +++ b/src/components/sp-page/index.js @@ -347,14 +347,16 @@ const SpPage = memo( )} {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* {props.showpoweredBy && - Powered by - - } */} + {props.showpoweredBy && ( + + Powered by + + + )} )} diff --git a/src/pages/category/comps/comp-series.js b/src/pages/category/comps/comp-series.js index 702d83865..68f5e8bc0 100644 --- a/src/pages/category/comps/comp-series.js +++ b/src/pages/category/comps/comp-series.js @@ -134,14 +134,10 @@ const CompSeries = (props) => { {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* + Powered by - - */} + + ) diff --git a/src/pages/index.js b/src/pages/index.js index 3116d23f3..745452097 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -355,14 +355,10 @@ function Home() { )} {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* + Powered by - - */} + +