fix: typo
This commit is contained in:
parent
75170af7cc
commit
5a6cf7a72d
1 changed files with 8 additions and 0 deletions
|
@ -16,16 +16,24 @@ export const links: Link[] = [
|
||||||
icon: "mastodon",
|
icon: "mastodon",
|
||||||
text: "social"
|
text: "social"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: "/threads",
|
||||||
|
text: "threads",
|
||||||
|
icon: "needle-thread",
|
||||||
|
set: "tabler"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: "https://metapixl.com/i/portfolio/ayo",
|
url: "https://metapixl.com/i/portfolio/ayo",
|
||||||
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