feat: replace npm with soundcloud on nav bar
This commit is contained in:
parent
559a9aeadc
commit
cff132de96
1 changed files with 8 additions and 3 deletions
|
@ -29,10 +29,15 @@ export const links: Link[] = [
|
||||||
icon: "image",
|
icon: "image",
|
||||||
text: "photos"
|
text: "photos"
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// url: "https://www.npmjs.com/~aayco",
|
||||||
|
// icon: "npm",
|
||||||
|
// set: "gg"
|
||||||
|
// }
|
||||||
{
|
{
|
||||||
url: "https://www.npmjs.com/~aayco",
|
url: "https://soundcloud.com/ayoayco",
|
||||||
icon: "npm",
|
icon: "soundcloud",
|
||||||
set: "gg"
|
text: "music"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue