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', + }, ];