From 8308ecbc160da38b30ac7afc3a44f624d9a8637e Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Wed, 23 Apr 2025 19:54:24 -0400 Subject: [PATCH] fix links --- data/social.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/data/social.json b/data/social.json index 9b9de47..8ba35be 100644 --- a/data/social.json +++ b/data/social.json @@ -1,10 +1,5 @@ { "main": [ - { - "name": "facebook", - "icon": "fab fa-facebook", - "link": "https://www.facebook.com/" - }, { "name": "twitter", "icon": "fab fa-x-twitter", @@ -13,12 +8,7 @@ { "name": "github", "icon": "fab fa-github", - "link": "https://https://gitea.damconsulting.llc/DAM/" - }, - { - "name": "linkedin", - "icon": "fab fa-linkedin", - "link": "https://www.linkedin.com/" + "link": "https://gitea.damconsulting.llc/DAM/" } ] }