From 5ceae85140ec345b34ed61eb129878aea619133b Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 5 Mar 2026 12:29:45 +0000 Subject: [PATCH] Update blog layout to improve ad placement and visual consistency Adjust the ad placement within the home page's blog grid to ensure optimal visibility while maintaining a clean layout. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1f7e7e89-a520-4970-9645-37daadc466dc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0d0f4ae4-382a-4aaf-b94d-f8a73bee3e6a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/1f7e7e89-a520-4970-9645-37daadc466dc/NJvOVoB Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 0dd4a54..2ad6540 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -607,9 +607,9 @@ export default function Home() { { type: "article", el: }, { type: "widget", el: }, { type: "article", el: }, - { type: "ad", el:
}, { type: "article", el: }, { type: "article", el: }, + { type: "ad", el:
}, { type: "article", el: }, ]; return items;