Remove the advertisement from the top stories list

Remove the AdSense component from the TopStoriesList component in client/src/pages/home.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0ba95114-dab9-4f2d-9fbc-0da71c0a77de
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/nFw7xof
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-02 18:02:10 +00:00
parent 7de8f2a0fe
commit dcc7e6488b
2 changed files with 0 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -323,15 +323,6 @@ function TopStoriesList({ articles }: { articles: Article[] }) {
</Link> </Link>
))} ))}
</div> </div>
<div className="pt-3 border-t border-card-border">
<AdSense
slot="3854634730"
format="fluid"
layoutKey="-7o+et-x-1e+6a"
style={{ display: "block" }}
className="w-full min-h-[120px]"
/>
</div>
</div> </div>
); );
} }