Show Codeable on productivity-tools

This commit is contained in:
Sam Carlton 2022-07-14 16:19:21 -05:00
parent 6c2d19430a
commit bf8f93f756

View file

@ -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'
})()