|
|
@@ -4,15 +4,15 @@ import { navigate } from 'gatsby-link';
|
|
|
import React from 'react';
|
|
|
import { getLocale } from '../../../../utils/locale';
|
|
|
import styles from "./banner.module.scss";
|
|
|
-import {IconGithubLogo} from '@douyinfe/semi-icons'
|
|
|
+import {IconGithubLogo} from '@douyinfe/semi-icons';
|
|
|
|
|
|
function Banner() {
|
|
|
const goStart = () => {
|
|
|
navigate(`/${getLocale()}/start/getting-started`);
|
|
|
- }
|
|
|
+ };
|
|
|
const goGithub = () => {
|
|
|
- window.open('https://github.com/DouyinFE/semi-design')
|
|
|
- }
|
|
|
+ window.open('https://github.com/DouyinFE/semi-design');
|
|
|
+ };
|
|
|
return (
|
|
|
<div className={styles.frame4565}>
|
|
|
<div className={styles.autoWrapper}>
|
|
|
@@ -27,7 +27,7 @@ function Banner() {
|
|
|
</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>
|
|
|
);
|