diff --git a/themes/starter/components/Hero.js b/themes/starter/components/Hero.js index ee9408e8..b0fed7a9 100644 --- a/themes/starter/components/Hero.js +++ b/themes/starter/components/Hero.js @@ -85,16 +85,15 @@ export const Hero = () => { )} - - {/* 横幅图片 */} - {siteConfig('STARTER_HERO_BANNER_IMAGE') && ( -
- -
- )} + {/* 横幅图片 */} + {siteConfig('STARTER_HERO_BANNER_IMAGE') && ( +
+ +
+ )} {/* */} )