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",
text: "social"
},
{
url: "/threads",
text: "threads",
icon: "needle-thread",
set: "tabler"
},
{
url: "https://metapixl.com/i/portfolio/ayo",
icon: "image",
text: "photos"
},
/*
{
url: "https://www.npmjs.com/~aayco",
icon: "npm",
set: "gg"
}
*/
];
export default links;