Remove banner ad from video pages to resolve display issues
Remove the AdSense banner ad component from the VideoPage.tsx file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/d9JbHnp
This commit is contained in:
parent
c7058ab063
commit
1a3fec68b0
4
.replit
4
.replit
@ -27,10 +27,6 @@ externalPort = 3000
|
||||
localPort = 35815
|
||||
externalPort = 3002
|
||||
|
||||
[[ports]]
|
||||
localPort = 41313
|
||||
externalPort = 3003
|
||||
|
||||
[env]
|
||||
PORT = "5000"
|
||||
|
||||
|
||||
BIN
attached_assets/image_1759067927626.png
Normal file
BIN
attached_assets/image_1759067927626.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
@ -779,15 +779,6 @@ export default function VideoPage() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Banner Ad below description */}
|
||||
<div className="mt-6">
|
||||
<AdSenseAd
|
||||
adSlot="5629279662"
|
||||
width={728}
|
||||
height={90}
|
||||
className="w-full"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user