Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion LandingPage/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ const Footer = () => {
</Stack>
</Grid>

<Grid>
<Grid>
<Typography variant="subtitle1" sx={{ fontWeight: 500, mb: 1 }}>
Legal & Code
</Typography>
<Stack spacing={1}>
<Link href="https://github.com/AOSSIE-Org/InPactAI" sx={linkStyle} target="_blank" rel="noopener">
GitHub
</Link>
<Link href="https://www.youtube.com/@AOSSIE-Org" sx={linkStyle} target="_blank" rel="noopener">
YouTube
</Link>
<Link href="/terms-of-service" sx={linkStyle}>Terms of Use</Link>
<Link href="/privacy-policy" sx={linkStyle}>Privacy Policy</Link>
</Stack>
Expand Down
4 changes: 2 additions & 2 deletions LandingPage/src/components/integration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function Integrations() {
name: 'Instagram',
description: 'Fetch creator insights like engagement rate, reach trends, and content breakdown.',
},
{
icon: <SocialIcon url="https://www.youtube.com/" />,
{
icon: <SocialIcon url="https://www.youtube.com/@AOSSIE-Org" />,
name: 'YouTube',
description: 'Access analytics on video performance, channel growth, and viewer demographics.',
},
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ graph TD;
For queries, issues, or feature requests, please raise an issue or reach out on our Discord server.
You can also check out our [YouTube channel](https://www.youtube.com/@AOSSIE-Org) for tutorials and updates.
Happy Coding!