From 44a3a8857f1eb7c2cfccb5cb9883b35c9793fbe4 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 29 Aug 2019 11:40:17 +0300 Subject: [PATCH] + client: add tiktok icon --- client/src/components/ui/Icons.js | 4 ++++ client/src/helpers/constants.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 14405ef8..ef2fbf85 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -124,6 +124,10 @@ const Icons = () => ( + + + + diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index a5c8e922..0d607c3d 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -243,4 +243,8 @@ export const SERVICES = [ id: 'mail_ru', name: 'mail.ru', }, + { + id: 'tiktok', + name: 'TikTok', + }, ];