This commit is contained in:
Benjamin Toby 2025-03-27 07:49:29 +01:00
parent 07120eda6b
commit dd1d05251d

View File

@ -43,25 +43,25 @@ export type SocialLinksType = {
export const SocialLinks: SocialLinksType[] = [
{
name: "Github",
href: "https://github.com/BenjaminToby",
icon: <Github size={17} />,
name: "Git",
href: "https://git.tben.me/explore/repos",
icon: <GitBranch size={17} />,
},
// {
// name: "Github",
// href: "https://github.com/BenjaminToby",
// icon: <Github size={17} />,
// },
{
name: "Linkedin",
href: "https://www.linkedin.com/in/benjamin-toby/",
icon: <Linkedin size={17} />,
},
{
name: "Teams",
href: "https://team.tben.me/",
icon: <Users size={17} />,
},
{
name: "Git",
href: "https://git.tben.me/explore/repos",
icon: <GitBranch size={17} />,
},
// {
// name: "Teams",
// href: "https://team.tben.me/",
// icon: <Users size={17} />,
// },
{
name: "Mail",
href: "mailto:ben@tben.me",