From e57aff41dd01462a02e6313ae793d339b38f3a27 Mon Sep 17 00:00:00 2001 From: horhik Date: Wed, 27 May 2020 08:01:09 +0300 Subject: [PATCH] added correct social links --- .idea/workspace.xml | 4 ++-- src/components/elements/contacts.jsx | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) 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 @@ - + 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) => {