Skip to content

Commit

Permalink
chore!: replace teams explore with projects in Header menu
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Apr 13, 2023
1 parent c80e373 commit a734dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Header: React.FC = () => {
</NextLink>
{/* <StyledHeaderNavLink disabled>{t('Issues')}</StyledHeaderNavLink> */}
{/* <StyledHeaderNavLink disabled>{t('Boards')}</StyledHeaderNavLink> */}
<NextLink href={routes.exploreTeams()} passHref>
<NextLink href={routes.exploreProjects()} passHref>
<StyledHeaderNavLink>{t('Explore')}</StyledHeaderNavLink>
</NextLink>

Expand Down

0 comments on commit a734dcb

Please sign in to comment.