update links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2024-10-07 15:28:28 -05:00
parent 8667d33798
commit 8dfb20c352

View file

@ -6,23 +6,17 @@ export interface Link {
} }
const links: Link[] = [ const links: Link[] = [
{
name: "Matrix",
url: "https://matrix.to/#/@michael:chat.mzhang.io",
icon: "matrix-org",
description: "Come chat with me on Matrix",
},
{ {
name: "Git", name: "Git",
url: "https://git.mzhang.io", url: "https://git.mzhang.io/michael",
icon: "gitea", icon: "gitea",
description: "Check out my public open source projects on Forgejo", description: "Check out my public open source projects on Forgejo",
}, },
{ {
name: "GitHub", name: "Matrix",
url: "https://github.com/iptq", url: "https://matrix.to/#/@michael:chat.mzhang.io",
icon: "github", icon: "matrix-org",
description: "See a history of my old projects on GitHub", description: "Come chat with me on Matrix",
}, },
{ {
name: "Mastodon", name: "Mastodon",
@ -42,6 +36,12 @@ const links: Link[] = [
icon: "linkedin", icon: "linkedin",
description: "Connect with me on LinkedIn", description: "Connect with me on LinkedIn",
}, },
{
name: "GitHub",
url: "https://github.com/iptq",
icon: "github",
description: "See a history of my old projects on GitHub",
},
]; ];
export default links; export default links;