From 5c10e7fc824ea9f459c63262f0c49d05f67f0fbc Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Fri, 24 Jun 2022 23:22:34 -0700 Subject: [PATCH] Add TikTok icon --- src/browser/overlay.js | 3 +++ src/static/tiktok.svg | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/static/tiktok.svg 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