Skip to content

Commit

Permalink
fix: update ad layout key for in-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Feb 20, 2024
1 parent 0f34df5 commit fc0291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/AdContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const AdContainer = ({ slotId, className, test, type = 'display' }: Props) => {
data-ad-client='ca-pub-4274133898976040'
data-ad-slot={slotId}
data-ad-format='fluid'
data-ad-layout-key='-fb+5w+4e-db+86'
data-ad-layout-key='-il+e-1e-2w+ap'
/>
) : (
<ins
Expand Down

0 comments on commit fc0291a

Please sign in to comment.