mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Show restream on live-production-and-performance
This commit is contained in:
parent
d497c12c99
commit
3da57ae277
3 changed files with 14 additions and 1 deletions
|
|
@ -42,6 +42,9 @@ const adName = (() => {
|
|||
// Productivity Apps
|
||||
if ( listing?.category?.slug === 'productivity-tools' ) return 'notion-1'
|
||||
|
||||
// Live Production
|
||||
if ( listing?.category?.slug === 'live-production-and-performance' ) return 'restream-1'
|
||||
|
||||
// Video and Motion Tools
|
||||
// if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
||||
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@ const adName = (() => {
|
|||
// Productivity Tools
|
||||
if ( kindName === 'productivity-tools' ) return 'notion-1'
|
||||
|
||||
// Live Production Tools
|
||||
if ( kindName === 'live-production-and-performance' ) return 'restream-1'
|
||||
|
||||
if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1'
|
||||
|
||||
// Video and Motion Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue