WIP Изменила BaseAddingNetwork

This commit is contained in:
Daria Golova
2023-02-21 19:05:12 +03:00
parent 6c1f1279b2
commit 2f2c331189
8 changed files with 212 additions and 164 deletions

View File

@@ -66,32 +66,32 @@ export const column = [
title: "Сети",
settings: [
{
network: "VK",
icon: "icon-vk",
id: "VK",
icon: "app:icon-vk",
},
{
network: "TELEGRAM",
icon: "icon-tg",
id: "TELEGRAM",
icon: "app:icon-tg",
},
{
network: "GMAIL",
icon: "icon-google",
id: "GMAIL",
icon: "app:icon-google",
},
{
network: "SLACK",
icon: "icon-slack",
id: "SLACK",
icon: "app:icon-slack",
},
{
network: "DISCORD",
icon: "icon-discord",
id: "DISCORD",
icon: "app:icon-discord",
},
{
network: "VIBER",
icon: "icon-mail",
id: "VIBER",
icon: "wifi_calling_3",
},
{
network: "WHATS_APP",
icon: "icon-mail",
id: "WHATS_APP",
icon: "call",
},
],
iconHead: false,