feat: update links

This commit is contained in:
Ayo Ayco 2024-04-24 16:02:33 +02:00
parent 5a6cf7a72d
commit 76e4f4bd96

View file

@ -11,11 +11,13 @@ export const links: Link[] = [
url: "https://ayos.blog", url: "https://ayos.blog",
icon: "blog", icon: "blog",
}, },
/*
{ {
url: "https://ayco.io/@ayo", url: "https://ayco.io/@ayo",
icon: "mastodon", icon: "mastodon",
text: "social" text: "social"
}, },
*/
{ {
url: "/threads", url: "/threads",
text: "threads", text: "threads",
@ -27,13 +29,11 @@ export const links: Link[] = [
icon: "image", icon: "image",
text: "photos" text: "photos"
}, },
/*
{ {
url: "https://www.npmjs.com/~aayco", url: "https://www.npmjs.com/~aayco",
icon: "npm", icon: "npm",
set: "gg" set: "gg"
} }
*/
]; ];
export default links; export default links;