Show restream on live-production-and-performance

This commit is contained in:
ThatGuySam 2023-04-03 10:52:40 -05:00
parent d497c12c99
commit 3da57ae277
3 changed files with 14 additions and 1 deletions

View file

@ -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 {

View file

@ -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'

View file

@ -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