Browse Source

chore(site): update banner image

zwlafk 3 years ago
parent
commit
f1ecca5306
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/sitePages/newHome/components/banner/banner.jsx

+ 5 - 5
src/sitePages/newHome/components/banner/banner.jsx

@@ -4,15 +4,15 @@ import { navigate } from 'gatsby-link';
 import React from 'react';
 import React from 'react';
 import { getLocale } from '../../../../utils/locale';
 import { getLocale } from '../../../../utils/locale';
 import styles from "./banner.module.scss";
 import styles from "./banner.module.scss";
-import {IconGithubLogo} from '@douyinfe/semi-icons'
+import {IconGithubLogo} from '@douyinfe/semi-icons';
 
 
 function Banner() {
 function Banner() {
     const goStart = () => {
     const goStart = () => {
         navigate(`/${getLocale()}/start/getting-started`);
         navigate(`/${getLocale()}/start/getting-started`);
-    }
+    };
     const goGithub = () => {
     const goGithub = () => {
-        window.open('https://github.com/DouyinFE/semi-design')
-    }
+        window.open('https://github.com/DouyinFE/semi-design');
+    };
     return (
     return (
         <div className={styles.frame4565}>
         <div className={styles.frame4565}>
             <div className={styles.autoWrapper}>
             <div className={styles.autoWrapper}>
@@ -27,7 +27,7 @@ function Banner() {
                         </div>
                         </div>
                     </div>
                     </div>
                 </div>
                 </div>
-                <div className={styles.autoWrapper_4fa00029}><div className={styles.background}></div><img src="https://lf9-static.semi.design/obj/semi-tos/images/f54dfa40-33dd-11ec-adec-e911cea4cf98.png" className={styles.group3736} /></div>
+                <div className={styles.autoWrapper_4fa00029}><div className={styles.background}></div><img src="https://lf9-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/root-web-sites/37361.png" className={styles.group3736} /></div>
             </div>
             </div>
         </div>
         </div>
     );
     );