diff --git a/src/components/Footer/__tests__/Footer.test.tsx b/src/components/Footer/__tests__/Footer.test.tsx index 9c7aba159..ed6392b40 100644 --- a/src/components/Footer/__tests__/Footer.test.tsx +++ b/src/components/Footer/__tests__/Footer.test.tsx @@ -13,7 +13,7 @@ describe('Footer Component', () => { render(); const communityButton = screen.getByText(/Join our community/); fireEvent.click(communityButton); - expect(window.open).toHaveBeenCalledWith('https://deriv.vanillacommunity.com/', '_blank'); + expect(window.open).toHaveBeenCalledWith('https://community.deriv.com/c/developers/48', '_blank'); }); it('opens Telegram in a new tab when Telegram button is clicked', () => { diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 91cba4566..fed71fe04 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -38,11 +38,6 @@ const Footer = () => { header: 'API', content: (
+
+
-
-