diff --git a/components/Footer.tsx b/components/Footer.tsx index 19b6b5e..c58127a 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -12,7 +12,7 @@ const Footer: React.FC = () => { { name: 'Integrations', href: '#integrations' }, ], resources: [ - { name: 'Documentation', href: 'https://opsimate.vercel.app/#integrations' }, // Placeholder - will link to actual docs + { name: 'Documentation', href: 'https://opsimate.vercel.app/#integrations' }, ], opensource: [ { name: 'GitHub Repository', href: 'https://github.com/OpsiMate/OpsiMate' }, @@ -25,29 +25,29 @@ const Footer: React.FC = () => { const socialLinks = [ { name: 'GitHub', - href: 'https://github.com/OpsiMate/OpsiMate', // From documentation + href: 'https://github.com/OpsiMate/OpsiMate', icon: Github }, { name: 'Slack Community', - href: 'https://join.slack.com/t/opsimate/shared_invite/zt-39bq3x6et-NrVCZzH7xuBGIXmOjJM7gA', // From documentation + href: 'https://join.slack.com/t/opsimate/shared_invite/zt-39bq3x6et-NrVCZzH7xuBGIXmOjJM7gA', icon: Slack }, { name: 'Email', - href: 'mailto:idan.lut@gmail.com', // Placeholder + href: 'mailto:idan.lut@gmail.com', icon: Mail }, ]; return ( -