From f52dd5638a102fb67f8605e379d51e2bfa795e9e Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 19:27:59 +0300 Subject: Minimize social list --- src/components/SocialList.astro | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro index 96b8d94..7c292a5 100644 --- a/src/components/SocialList.astro +++ b/src/components/SocialList.astro @@ -27,21 +27,21 @@ const socialLinks: { link: "https://www.rycerz.xyz/rss.xml", name: "mdi:rss", }, - { - friendlyName: "GitHub", - link: "https://github.com/knightdave", - name: "mdi:github", - }, - { - friendlyName: "GitLab", - link: "https://gitlab.com/knightdave", - name: "mdi:gitlab", - }, - { - friendlyName: "LinkedIn", - link: "https://www.linkedin.com/in/rycerzxyz", - name: "mdi:linkedin", - }, + // { + // friendlyName: "GitHub", + // link: "https://github.com/knightdave", + // name: "mdi:github", + // }, + // { + // friendlyName: "GitLab", + // link: "https://gitlab.com/knightdave", + // name: "mdi:gitlab", + // }, + // { + // friendlyName: "LinkedIn", + // link: "https://www.linkedin.com/in/rycerzxyz", + // name: "mdi:linkedin", + // }, ]; --- -- cgit v1.2.3