diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index d9caf12..8ca2f7e 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -36,8 +36,8 @@ const adName = (() => { // Games if ( details.isGame ) return 'new-world-1' - // Developer Tools - if ( listing?.category?.slug === 'developer-tools' ) return 'codeable-1' + // Productivity Apps + if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1' return 'default' })()