mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Show Codeable on productivity-tools
This commit is contained in:
parent
6c2d19430a
commit
bf8f93f756
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ const adName = (() => {
|
||||||
// Games
|
// Games
|
||||||
if ( details.isGame ) return 'new-world-1'
|
if ( details.isGame ) return 'new-world-1'
|
||||||
|
|
||||||
// Developer Tools
|
// Productivity Apps
|
||||||
if ( listing?.category?.slug === 'developer-tools' ) return 'codeable-1'
|
if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'
|
||||||
|
|
||||||
return 'default'
|
return 'default'
|
||||||
})()
|
})()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue