Преглед изворни кода

fix: #9760 修改平台架构图默认背景图

jackhoo_98 пре 3 година
родитељ
комит
8e0b53a6ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pages/home/components/Body.tsx

+ 1 - 1
src/pages/home/components/Body.tsx

@@ -9,7 +9,7 @@ interface BodyProps {
   url?: string;
 }
 
-const defaultUrl = require('/public/images/home/content.png');
+const defaultUrl = require('/public/images/home/content1.svg');
 export default (props: BodyProps) => {
   return (
     <div className={classNames('home-body', props.className)}>