feat: add photos link
This commit is contained in:
parent
22b1eb1d2c
commit
776fe3481e
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ export const links: Link[] = [
|
||||||
icon: "mastodon",
|
icon: "mastodon",
|
||||||
text: "social"
|
text: "social"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: "https://metapixl.com/@ayo",
|
||||||
|
icon: "image",
|
||||||
|
text: "photos"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: "https://www.npmjs.com/~aayco",
|
url: "https://www.npmjs.com/~aayco",
|
||||||
icon: "npm",
|
icon: "npm",
|
||||||
|
|
Loading…
Reference in a new issue