diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index 61cecc8..21b4891 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -24,36 +24,52 @@ export const Footer = () => {
- npm
+ GitHub
- GitHub
+ LinkedIn
+
+
+ X (Twitter)
diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx
index 290c997..59d86e9 100644
--- a/src/components/Header/Header.tsx
+++ b/src/components/Header/Header.tsx
@@ -1,4 +1,5 @@
import GitHubIcon from '@mui/icons-material/GitHub';
+import LinkedIn from '@mui/icons-material/LinkedIn';
import { AppBar, Box, Button, Container, Toolbar } from '@mui/material';
import { Link as RouterLink } from 'react-router-dom';
import { Brand } from '../Brand/Brand';
@@ -42,36 +43,37 @@ export const Header = () => {
}
onClick={createTrackedLinkHandler({
params: {
- cta_name: 'npm',
+ cta_name: 'github',
location: 'header',
- label: 'npm',
- link_url: 'https://www.npmjs.com/package/@dfsync/client',
+ label: 'GitHub',
+ link_url: 'https://github.com/dfsyncjs/dfsync',
},
})}
>
- npm
+ GitHub
}
+ startIcon={}
onClick={createTrackedLinkHandler({
params: {
- cta_name: 'github',
+ cta_name: 'linkedIn',
location: 'header',
- label: 'GitHub',
- link_url: 'https://github.com/dfsyncjs/dfsync',
+ label: 'LinkedIn',
+ link_url: 'https://www.linkedin.com/company/dfsync/',
},
})}
>
- GitHub
+ LinkedIn