feat: replace npm with soundcloud on nav bar

This commit is contained in:
Ayo Ayco 2024-07-26 18:12:48 +02:00
parent 559a9aeadc
commit cff132de96

View file

@ -29,10 +29,15 @@ 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"
url: "https://soundcloud.com/ayoayco",
icon: "soundcloud",
text: "music"
}
];