diff --git a/services/twitch/twitch.service.js b/services/twitch/twitch.service.js index 30ab17cc50..f9fa25f504 100644 --- a/services/twitch/twitch.service.js +++ b/services/twitch/twitch.service.js @@ -8,7 +8,7 @@ const helixSchema = Joi.object({ }) module.exports = class TwitchStatus extends TwitchBase { - static category = 'activity' + static category = 'social' static route = { base: 'twitch/status', @@ -21,15 +21,18 @@ module.exports = class TwitchStatus extends TwitchBase { namedParams: { user: 'andyonthewings', }, + queryParams: { style: 'social' }, staticPreview: { message: 'live', color: 'red', + style: 'social', }, }, ] static defaultBadgeData = { label: 'twitch', + namedLogo: 'twitch', } static render({ user, isLive }) {