mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Show Wondershare on video-and-motion-tools pages
This commit is contained in:
parent
c13f48fc6b
commit
4eae941831
2 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ const adName = (() => {
|
||||||
// Productivity Apps
|
// Productivity Apps
|
||||||
if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'
|
if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'
|
||||||
|
|
||||||
|
// Video and Motion Tools
|
||||||
|
if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
||||||
|
|
||||||
return 'default'
|
return 'default'
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,9 @@ const adName = (() => {
|
||||||
|
|
||||||
if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1'
|
if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1'
|
||||||
|
|
||||||
|
// Video and Motion Tools
|
||||||
|
if ( kindName === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
||||||
|
|
||||||
return 'default'
|
return 'default'
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue