diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 97ee477..1d2cc89 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -11,7 +11,7 @@
-
+
@@ -76,7 +76,7 @@
-
+
diff --git a/src/components/elements/contacts.jsx b/src/components/elements/contacts.jsx
index 787cb9d..2eb7b7f 100644
--- a/src/components/elements/contacts.jsx
+++ b/src/components/elements/contacts.jsx
@@ -4,15 +4,15 @@ import asciiWord from "../../functions/ascii-word";
const links = [
{
site: "github",
- url: "https://github.com",
+ url: "https://github.com/horhik",
},
{
site: "twitter",
- url: "https://twitter.com",
+ url: "https://twitter.com/HORHl",
},
{
- site: "telegram",
- url: "https://telegram.org",
+ site: "mail",
+ mail: "horhik@tuta.io",
},
];
@@ -29,7 +29,11 @@ const Contacts = (props) => {
{links.map((link) => (
-
+ {link.mail ?
+
+ :
+ }
))}