From 776fe3481eb8ff6d33b9b806dd46adc3bc6c4e59 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 Mar 2024 18:12:01 +0200 Subject: [PATCH] feat: add photos link --- src/constants/links.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/links.ts b/src/constants/links.ts index 58059b2..58de310 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -16,6 +16,11 @@ export const links: Link[] = [ icon: "mastodon", text: "social" }, + { + url: "https://metapixl.com/@ayo", + icon: "image", + text: "photos" + }, { url: "https://www.npmjs.com/~aayco", icon: "npm",