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