From e5c9ada0e6d119290d3580ade4cc403efa1fcbe6 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 19 Jul 2022 12:36:11 -0500 Subject: [PATCH] Show Jotform on Developer lists --- src/pages/kind/[...kindPath].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index ec839c2..0ad9aa7 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -72,7 +72,7 @@ if ( !!categorySlug ) { const adName = (() => { // if ( kindName === 'game' ) return 'new-world-1' - if ( kindName === 'developer-tools' ) return 'codeable-1' + if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1' return 'default' })()