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:
parent
7de8f2a0fe
commit
dcc7e6488b
BIN
attached_assets/image_1772474504012.png
Normal file
BIN
attached_assets/image_1772474504012.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@ -323,15 +323,6 @@ function TopStoriesList({ articles }: { articles: Article[] }) {
|
||||
</Link>
|
||||
))}
|
||||
</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>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user