Remove the large, empty ad banner from the homepage layout
Remove the NativeAdCard component from the home page to avoid displaying a large empty space while awaiting ad domain verification. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6172d626-f8fc-4c47-937c-fd90cf287c82 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/drGbo1a Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
77e89365ed
commit
a25ef1ca81
BIN
attached_assets/image_1772313744249.png
Normal file
BIN
attached_assets/image_1772313744249.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@ -377,8 +377,6 @@ export default function Home() {
|
|||||||
<HoroscopeWidget />
|
<HoroscopeWidget />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<NativeAdCard />
|
|
||||||
|
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
||||||
{row3Middle.map((a) => (
|
{row3Middle.map((a) => (
|
||||||
<MediumCard key={a.id} article={a} focalPoints={focalPoints} />
|
<MediumCard key={a.id} article={a} focalPoints={focalPoints} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user