Skip to content

Commit

Permalink
chore: rename our team button
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Aug 8, 2024
2 parents 1c195f2 + 37015ab commit 65c8a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export const Header: FC = () => {
{
inActiveIcon: <Icons.teamInactive className={inActiveIconCls} />,
activeIcon: <Icons.teamActive className={activeIconCls} />,
label: 'Our Team',
label: 'Team',
href: '/contributors',
isDisabled: false,
},
}
]

const renderLinks = () =>
Expand Down

0 comments on commit 65c8a49

Please sign in to comment.