mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-27 15:32:48 -05:00
Add TikTok icon
This commit is contained in:
@@ -13,6 +13,7 @@ import FacebookIcon from '../static/facebook.svg'
|
||||
import PeriscopeIcon from '../static/periscope.svg'
|
||||
import TwitchIcon from '../static/twitch.svg'
|
||||
import YouTubeIcon from '../static/youtube.svg'
|
||||
import TikTokIcon from '../static/tiktok.svg'
|
||||
import SoundIcon from '../static/volume-up-solid.svg'
|
||||
|
||||
function Overlay({ config, views, streams }) {
|
||||
@@ -131,6 +132,8 @@ function StreamIcon({ url, ...props }) {
|
||||
return <PeriscopeIcon {...props} />
|
||||
} else if (host === 'instagram.com') {
|
||||
return <InstagramIcon {...props} />
|
||||
} else if (host === 'tiktok.com') {
|
||||
return <TikTokIcon {...props} />
|
||||
}
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user