feat: remove npm from nav
This commit is contained in:
parent
0454a766bf
commit
f0dabe3235
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue