Skip to content

Commit

Permalink
feat(webapp): update homepage tweets (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 authored Aug 26, 2022
1 parent 5839c49 commit 30099eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/routes/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ const Home = () => {
<div className={clsx(classes.wrapperGrid, classes.twitter)}>
<div className={classes.gridRow}>
<div className={classes.gridItem}>
<Tweet tweetId='1460649455443759115' />
<Tweet tweetId='1563298151556976640' />
</div>
<div className={classes.gridItem} id='cardBox1'>
<Tweet tweetId='1451875419246968833' />
<Tweet tweetId='1460649455443759115' />
</div>
<div className={classes.gridItem} id='cardBox2'>
<Tweet tweetId='1457795829666697217' />
<Tweet tweetId='1451875419246968833' />
</div>
</div>
</div>
Expand Down

0 comments on commit 30099eb

Please sign in to comment.