From 3bf935183310b18ea001ccc53c8ecc173ce528b2 Mon Sep 17 00:00:00 2001 From: PaulaFregene Date: Sat, 24 May 2025 15:47:46 -0500 Subject: [PATCH] fixed Instgram link button --- src/common/components/footer/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/footer/Footer.jsx b/src/common/components/footer/Footer.jsx index 2696ef40..8ac4cd2e 100644 --- a/src/common/components/footer/Footer.jsx +++ b/src/common/components/footer/Footer.jsx @@ -156,7 +156,7 @@ export default function Footer() { window.open( - 'https://linkedin.com/company/sokanacollective', + 'http://www.linkedin.com/in/sokana-collective', '_blank' ) }