From a26c84684a056227b97bb1a57b763de04b27d92d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 11 Feb 2023 17:04:37 -0600 Subject: [PATCH] Disable old custom ads --- src/components/default-listing.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index be195a5..32376b7 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -37,13 +37,13 @@ const adName = (() => { // if ( details.isGame ) return 'new-world-1' // Developer Tools - if ( listing?.category?.slug === 'developer-tools' ) return 'jotform-for-developers-1' + // if ( listing?.category?.slug === 'developer-tools' ) return 'jotform-for-developers-1' // Productivity Apps - if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1' + // if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1' // Video and Motion Tools - if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1' + // if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1' // VPNs, Security, and Privacy // if ( listing?.category?.slug === 'vpns-security-and-privacy' ) return 'expressvpn-bounty'