From 08523362a55e0b24aa31dc405b3c938c4c87dd29 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 28 Sep 2025 19:19:38 +0000 Subject: [PATCH] Remove ad integrations from various platform pages Refactor HeaderAd and VideoPage components to remove AdSenseAd integrations and adjust header ad container. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/3l7HcE7 --- .replit | 4 ++++ client/src/components/HeaderAd.tsx | 2 +- client/src/pages/VideoPage.tsx | 16 ++++------------ 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.replit b/.replit index dd7d269..57ff790 100644 --- a/.replit +++ b/.replit @@ -27,6 +27,10 @@ externalPort = 3001 localPort = 35637 externalPort = 3000 +[[ports]] +localPort = 45503 +externalPort = 3003 + [env] PORT = "5000" diff --git a/client/src/components/HeaderAd.tsx b/client/src/components/HeaderAd.tsx index b03cfd5..7975355 100644 --- a/client/src/components/HeaderAd.tsx +++ b/client/src/components/HeaderAd.tsx @@ -21,7 +21,7 @@ export default function HeaderAd() { }, []); return ( -