diff --git a/src/browser/overlay.js b/src/browser/overlay.js
index 614b917..41bb9ea 100644
--- a/src/browser/overlay.js
+++ b/src/browser/overlay.js
@@ -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
} else if (host === 'instagram.com') {
return
+ } else if (host === 'tiktok.com') {
+ return
}
return null
}
diff --git a/src/static/tiktok.svg b/src/static/tiktok.svg
new file mode 100644
index 0000000..8de355a
--- /dev/null
+++ b/src/static/tiktok.svg
@@ -0,0 +1 @@
+
\ No newline at end of file