From dd1d05251dd251e2cb8f41d2b9735b06edbd54bb Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 27 Mar 2025 07:49:29 +0100 Subject: [PATCH] Updates --- layouts/main/(data)/links.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/layouts/main/(data)/links.tsx b/layouts/main/(data)/links.tsx index 39e3567..3c1aa88 100644 --- a/layouts/main/(data)/links.tsx +++ b/layouts/main/(data)/links.tsx @@ -43,25 +43,25 @@ export type SocialLinksType = { export const SocialLinks: SocialLinksType[] = [ { - name: "Github", - href: "https://github.com/BenjaminToby", - icon: , + name: "Git", + href: "https://git.tben.me/explore/repos", + icon: , }, + // { + // name: "Github", + // href: "https://github.com/BenjaminToby", + // icon: , + // }, { name: "Linkedin", href: "https://www.linkedin.com/in/benjamin-toby/", icon: , }, - { - name: "Teams", - href: "https://team.tben.me/", - icon: , - }, - { - name: "Git", - href: "https://git.tben.me/explore/repos", - icon: , - }, + // { + // name: "Teams", + // href: "https://team.tben.me/", + // icon: , + // }, { name: "Mail", href: "mailto:ben@tben.me",