From e566ec968c6953d0e38987ef3ddac596d9673067 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 19 Jul 2022 11:57:10 -0500 Subject: [PATCH] Disable New World ad --- src/components/default-listing.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index 8ca2f7e..f44c91d 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -34,7 +34,7 @@ const details = new ListingDetails( listing ) const adName = (() => { // Games - if ( details.isGame ) return 'new-world-1' + // if ( details.isGame ) return 'new-world-1' // Productivity Apps if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'