Skip to content

Commit

Permalink
feat: add partner page
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Apr 8, 2024
1 parent a94ec8a commit 4c71ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const navigation = [
},
{ name: 'Support', href: 'https://support.stats.fm' },
{ name: 'Feedback', href: 'https://feedback.stats.fm' },
// { name: 'Business', href: '/business' },
{ name: 'Partner with us', href: '/partners' },
];

export const NavBar = () => {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/partners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const solutions = [
icon: MdAdsClick,
},
{
name: 'Data Packs',
name: 'Insight Packs',
description:
'Unlock your story with custom data dashboards for insights on festivals, tours and launches with stats.fm.',
'Unlock your story with custom dashboards for insights on festivals, tours and launches with stats.fm.',
icon: MdDataset,
},
{
Expand Down

0 comments on commit 4c71ff1

Please sign in to comment.