Skip to content

Commit

Permalink
Remove marketplace link
Browse files Browse the repository at this point in the history
This is a dead link on main plural website
  • Loading branch information
michaeljguarino committed Jan 13, 2025
1 parent fa17c08 commit a7f92cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const MainLink = styled.a(({ theme }) => ({

const PageHeaderLinks = styled(({ ...props }) => (
<div {...props}>
<MainLink href="https://plural.sh/marketplace">Marketplace</MainLink>
{/* <MainLink href="https://plural.sh/marketplace">Marketplace</MainLink> */}
<MainLink href="https://plural.sh/community">Community</MainLink>
</div>
))(({ theme }) => ({
Expand Down

0 comments on commit a7f92cc

Please sign in to comment.