Update ad placements with new slot and layout keys
Refactors ad components by updating slot and layout keys for various ad units across the application. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1f01e040-0a28-4e17-a50b-c74a187fcd04 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/ls5p9ni Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
9d5e0618bf
commit
d71ef0bf46
@ -55,9 +55,9 @@ export function ArticleCardAd() {
|
||||
return (
|
||||
<div className="bg-card rounded-md border border-card-border h-full flex flex-col overflow-hidden">
|
||||
<AdSense
|
||||
slot="auto"
|
||||
slot="3854634730"
|
||||
format="fluid"
|
||||
layoutKey="-6t+ed+2i-1n-4w"
|
||||
layoutKey="-7o+et-x-1e+6a"
|
||||
style={{ display: "block" }}
|
||||
className="flex-1 min-h-[280px]"
|
||||
/>
|
||||
|
||||
@ -291,9 +291,9 @@ function NativeAdCard() {
|
||||
<div className="relative">
|
||||
<div className="overflow-hidden aspect-video bg-muted">
|
||||
<AdSense
|
||||
slot="auto"
|
||||
slot="3854634730"
|
||||
format="fluid"
|
||||
layoutKey="-6t+ed+2i-1n-4w"
|
||||
layoutKey="-7o+et-x-1e+6a"
|
||||
style={{ display: "block" }}
|
||||
className="w-full h-full min-h-[160px]"
|
||||
/>
|
||||
@ -325,9 +325,9 @@ function TopStoriesList({ articles }: { articles: Article[] }) {
|
||||
</div>
|
||||
<div className="mt-auto pt-3 border-t border-card-border">
|
||||
<AdSense
|
||||
slot="auto"
|
||||
slot="3854634730"
|
||||
format="fluid"
|
||||
layoutKey="-6t+ed+2i-1n-4w"
|
||||
layoutKey="-7o+et-x-1e+6a"
|
||||
style={{ display: "block" }}
|
||||
className="w-full min-h-[120px]"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user