Explorar o código

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

jackhoo_98 %!s(int64=3) %!d(string=hai) anos
pai
achega
8e0b53a6ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)}>