From 948ccec0b6573a16ad35065a52fe8e6e9abdbee0 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 20 Sep 2022 14:49:51 -0500 Subject: [PATCH] Disable Express VPN 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 013f2b4..be195a5 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -46,7 +46,7 @@ const adName = (() => { 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' + // if ( listing?.category?.slug === 'vpns-security-and-privacy' ) return 'expressvpn-bounty' return 'default' })()