From 55a9f3521d970ff0676514ae63a7180b7c252bad Mon Sep 17 00:00:00 2001 From: ayoayco Date: Thu, 5 Jun 2025 14:15:12 +0200 Subject: [PATCH] feat: separate list of social links --- src/constants/links.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/links.ts b/src/constants/links.ts index a74a4aa..b2cbf2a 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -60,7 +60,9 @@ export const footerLinks: Link[] = [ url: 'https://github.com/ayoayco', icon: 'github', }, +] +export const socialLinks: Link[] = [ /** * TODO: add all socials to about page */