Update sidebar ad slot to new ID for improved ad performance
Updates the `SidebarAd` component in `client/src/components/adsense.tsx` to use the new ad slot ID `2398082838`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: b4d4cc75-4bc6-45b2-965a-a836e5fc2387 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
e09d58dccd
commit
96e07a4b58
@ -81,7 +81,7 @@ export function SidebarAd() {
|
||||
return (
|
||||
<div className="bg-card rounded-md border border-card-border p-4 mt-6">
|
||||
<AdSense
|
||||
slot="auto"
|
||||
slot="2398082838"
|
||||
format="auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user