fix: typo

This commit is contained in:
Ayo Ayco 2024-04-24 15:20:50 +02:00
parent 75170af7cc
commit 5a6cf7a72d

View file

@ -16,16 +16,24 @@ export const links: Link[] = [
icon: "mastodon", icon: "mastodon",
text: "social" text: "social"
}, },
{
url: "/threads",
text: "threads",
icon: "needle-thread",
set: "tabler"
},
{ {
url: "https://metapixl.com/i/portfolio/ayo", url: "https://metapixl.com/i/portfolio/ayo",
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;