feat: bring back npm nav
This commit is contained in:
parent
f0dabe3235
commit
559a9aeadc
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@ export const links: Link[] = [
|
||||||
icon: "image",
|
icon: "image",
|
||||||
text: "photos"
|
text: "photos"
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// url: "https://www.npmjs.com/~aayco",
|
url: "https://www.npmjs.com/~aayco",
|
||||||
// icon: "npm",
|
icon: "npm",
|
||||||
// set: "gg"
|
set: "gg"
|
||||||
// }
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
export default links;
|
export default links;
|
||||||
|
|
Loading…
Reference in a new issue