From 43b4d605b2e505e1fd2c84219c2ce754b9a14614 Mon Sep 17 00:00:00 2001 From: vipul kumar <2400031116@kluniversity.in> Date: Fri, 31 Oct 2025 07:01:15 +0530 Subject: [PATCH] Add LinkedIn button to footer --- components/Footer.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/Footer.tsx b/components/Footer.tsx index 19b6b5e..fcf0ffe 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -28,6 +28,11 @@ const Footer: React.FC = () => { href: 'https://github.com/OpsiMate/OpsiMate', // From documentation icon: Github }, + { + name: 'LinkedIn', + href: 'https://www.linkedin.com/company/opsimate/', + icon: Linkedin + }, { name: 'Slack Community', href: 'https://join.slack.com/t/opsimate/shared_invite/zt-39bq3x6et-NrVCZzH7xuBGIXmOjJM7gA', // From documentation