Skip to content

Commit

Permalink
Merge pull request #83 from hellomuthu23/fix-ad-size
Browse files Browse the repository at this point in the history
fix: fix ad location
  • Loading branch information
hellomuthu23 committed Jul 24, 2023
2 parents 77e0a81 + 5c8284f commit 406b9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export const HomePage = () => {
<div className='HomePageContainer'>{isJoin ? <JoinGame /> : <CreateGame />}</div>
</Grid>
</Grid>
<GoogleAd />
<Grid container item sm={12} lg={9} justify='center' alignItems='center'>
<Grid item sm={12} lg={6}>
<Slide in={true} direction='up' timeout={1000}>
<Divider variant='middle'></Divider>
</Slide>
</Grid>
</Grid>
<GoogleAd />
<Grid container item sm={12} lg={9} justify='center' alignItems='center'>
<Grid item sm={12} lg={6}>
<Slide in={true} direction='up' timeout={1500}>
Expand All @@ -70,7 +70,6 @@ export const HomePage = () => {
</Slide>
</Grid>
</Grid>
<GoogleAd />
<Grid container item sm={12} lg={9} justify='center' alignItems='center'>
<Grid item sm={12} lg={6}>
<Slide in={true} direction='up' timeout={2000}>
Expand Down Expand Up @@ -99,6 +98,7 @@ export const HomePage = () => {
<GoogleAd />
<AboutPlanningPokerContent />
</Grid>
<GoogleAd />
<Footer />
</>
);
Expand Down

0 comments on commit 406b9b3

Please sign in to comment.