aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/SocialIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common/SocialIcon.tsx')
-rw-r--r--src/components/common/SocialIcon.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/common/SocialIcon.tsx b/src/components/common/SocialIcon.tsx
index a46b1445..84da1ca7 100644
--- a/src/components/common/SocialIcon.tsx
+++ b/src/components/common/SocialIcon.tsx
@@ -22,6 +22,9 @@ const SocialIcon: React.FC<SocialIconProps> = ({
case 'Twitter':
var icon = require('../../assets/images/twitter-icon.png');
break;
+ case 'Tiktok':
+ var icon = require('../../assets/images/tiktok-icon.png');
+ break;
case 'Twitch':
var icon = require('../../assets/images/twitch-icon.png');
break;