Show Wondershare on video-and-motion-tools pages

This commit is contained in:
Sam Carlton 2022-07-19 12:59:55 -05:00
parent c13f48fc6b
commit 4eae941831
2 changed files with 6 additions and 0 deletions

View file

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

View file

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