feat: remove npm from nav

This commit is contained in:
Ayo Ayco 2024-07-26 11:23:43 +02:00
parent 0454a766bf
commit f0dabe3235

View file

@ -29,11 +29,11 @@ export const links: Link[] = [
icon: "image",
text: "photos"
},
{
url: "https://www.npmjs.com/~aayco",
icon: "npm",
set: "gg"
}
// {
// url: "https://www.npmjs.com/~aayco",
// icon: "npm",
// set: "gg"
// }
];
export default links;