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
|
|
@ -93,7 +93,14 @@ const ads = {
|
||||||
imageAlt: 'Notion Productivity App',
|
imageAlt: 'Notion Productivity App',
|
||||||
copy: 'All-in-one workspace for your notes, tasks, wikis, and databases.',
|
copy: 'All-in-one workspace for your notes, tasks, wikis, and databases.',
|
||||||
corner: 'Ad'
|
corner: 'Ad'
|
||||||
}
|
},
|
||||||
|
'restream-1': {
|
||||||
|
url: 'https://try.restream.io/6w2w3gaz1app',
|
||||||
|
imageSrc: 'https://vumbnail.com/OQ9ZLWifpOg.jpg',
|
||||||
|
imageAlt: 'Restream Logo',
|
||||||
|
copy: 'Restream is the #1 live streaming platform for professionals.',
|
||||||
|
corner: 'Ad'
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,9 @@ const adName = (() => {
|
||||||
// Productivity Apps
|
// Productivity Apps
|
||||||
if ( listing?.category?.slug === 'productivity-tools' ) return 'notion-1'
|
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
|
// Video and Motion Tools
|
||||||
// if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
// if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,9 @@ const adName = (() => {
|
||||||
// Productivity Tools
|
// Productivity Tools
|
||||||
if ( kindName === 'productivity-tools' ) return 'notion-1'
|
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'
|
if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1'
|
||||||
|
|
||||||
// Video and Motion Tools
|
// Video and Motion Tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue