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:
sebastjanartic 2026-03-01 09:44:26 +00:00
parent e09d58dccd
commit 96e07a4b58

View File

@ -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>