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:
sebastjanartic 2025-09-28 14:01:13 +00:00
parent c7058ab063
commit 1a3fec68b0
3 changed files with 0 additions and 13 deletions

View File

@ -27,10 +27,6 @@ externalPort = 3000
localPort = 35815 localPort = 35815
externalPort = 3002 externalPort = 3002
[[ports]]
localPort = 41313
externalPort = 3003
[env] [env]
PORT = "5000" PORT = "5000"

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -779,15 +779,6 @@ export default function VideoPage() {
</div> </div>
)} )}
{/* Banner Ad below description */}
<div className="mt-6">
<AdSenseAd
adSlot="5629279662"
width={728}
height={90}
className="w-full"
/>
</div>
</div> </div>
</div> </div>