summaryrefslogtreecommitdiff
path: root/src/components/SocialList.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SocialList.astro')
-rw-r--r--src/components/SocialList.astro30
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",
+ // },
];
---