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",
|
||||
text: "social"
|
||||
},
|
||||
{
|
||||
url: "/threads",
|
||||
text: "threads",
|
||||
icon: "needle-thread",
|
||||
set: "tabler"
|
||||
},
|
||||
{
|
||||
url: "https://metapixl.com/i/portfolio/ayo",
|
||||
icon: "image",
|
||||
text: "photos"
|
||||
},
|
||||
/*
|
||||
{
|
||||
url: "https://www.npmjs.com/~aayco",
|
||||
icon: "npm",
|
||||
set: "gg"
|
||||
}
|
||||
*/
|
||||
];
|
||||
|
||||
export default links;
|
||||
|
|
Loading…
Reference in a new issue