Updates
This commit is contained in:
parent
07120eda6b
commit
dd1d05251d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user