diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 19:27:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 19:27:59 +0300 |
| commit | f52dd5638a102fb67f8605e379d51e2bfa795e9e (patch) | |
| tree | ffa486285d032655aa1227da0af28bccb35c5309 /src | |
| parent | 32f719a3de8969d674f609869d406a0a91f6d1f0 (diff) | |
Minimize social list
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/SocialList.astro | 30 |
1 files changed, 15 insertions, 15 deletions
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", + // }, ]; --- |
