WIP Доделал форму Контактов

This commit is contained in:
DwCay
2023-04-17 18:46:17 +03:00
parent 4c63092bb1
commit 2cf725e96d
5 changed files with 80 additions and 55 deletions

View File

@@ -107,44 +107,38 @@ export const mapNetworks = {
VK: {
title: "VK",
icon: "app:icon-vk",
kind: "VK",
markerLink: "vk",
network: "VK",
},
TELEGRAM: {
title: "Telegram",
icon: "app:icon-tg",
kind: "TELEGRAM",
markerLink: "t.me",
network: "TELEGRAM",
},
GMAIL: {
title: "Gmail",
icon: "app:icon-google",
kind: "GMAIL",
markerLink: "gmail",
network: "GMAIL",
},
SLACK: {
title: "Slack",
icon: "app:icon-slack",
kind: "SLACK",
network: "SLACK",
markerLink: "slack",
},
DISCORD: {
title: "Discord",
icon: "app:icon-discord",
kind: "DISCORD",
markerLink: "discord",
network: "DISCORD",
},
VIBER: {
title: "Viber",
icon: "wifi_calling_3",
kind: "VIBER",
markerLink: "viber",
network: "VIBER",
},
WHATS_APP: {
title: "WhatsApp",
icon: "call",
kind: "WHATS_APP",
markerLink: "wa.me",
network: "WHATS_APP",
},
};