From cc8b5520eeaa2d51b70dbd63d33dfc9feb2c0eea Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 19 Jul 2022 11:59:32 -0500 Subject: [PATCH] Show Jotform for Developer tools --- src/components/default-listing.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index f44c91d..bbf0cb4 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -36,6 +36,9 @@ const adName = (() => { // Games // if ( details.isGame ) return 'new-world-1' + // Developer Tools + if ( listing?.category?.slug === 'developer-tools' ) return 'jotform-for-developers-1' + // Productivity Apps if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'