Skip to content

Commit

Permalink
Merge pull request #168 from omsimos/dev
Browse files Browse the repository at this point in the history
fix: add in-feed type
  • Loading branch information
joshxfi authored Feb 20, 2024
2 parents 194f911 + 0f34df5 commit a426396
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/src/pages/global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ const Global: NextPageWithLayout = () => {
{messages?.map((m, i) => (
<div key={m?.id}>
{(i + 1) % 5 === 0 && (
<AdContainer slotId='1966757556' className='mb-12' />
<AdContainer
type='in-feed'
slotId='1966757556'
className='mb-12'
/>
)}

<GlobalPost message={m} />
Expand Down

0 comments on commit a426396

Please sign in to comment.