Skip to content

Commit

Permalink
feat(banner): update images
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-xcf804241 authored and wb-xcf804241 committed Dec 5, 2023
1 parent 4c4ea2f commit 9bd5d44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export default () => {
return (
<div className={styles.banner}>
<div className={styles.leftBackground} >
<img className={styles.waffle} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*9jnzSaebJHsAAAAAAAAAAAAADmJ7AQ/original' />
<img className={styles.bug} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*JwKAR5SZ7V4AAAAAAAAAAAAADmJ7AQ/original' />
<img className={styles.waffle} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*9jnzSaebJHsAAAAAAAAAAAAADmJ7AQ/original' alt='waffle' />
<img className={styles.bug} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*JwKAR5SZ7V4AAAAAAAAAAAAADmJ7AQ/original' alt='bug' />
</div>
<div className={styles.rightBackground} >
<img className={styles.chips} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*ZJscTJdtQqgAAAAAAAAAAAAADmJ7AQ/original' />
<img className={styles.cookie} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*Qua4RZ6djCcAAAAAAAAAAAAADmJ7AQ/original' />
<img className={styles.chips} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*ZJscTJdtQqgAAAAAAAAAAAAADmJ7AQ/original' alt='chips' />
<img className={styles.cookie} src='https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*Qua4RZ6djCcAAAAAAAAAAAAADmJ7AQ/original' alt='cookie' />
</div>
<div className={styles.header}>
<div className={styles.top}>
Expand Down

0 comments on commit 9bd5d44

Please sign in to comment.