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