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'