Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ocodista committed Oct 1, 2024
1 parent 5da9bf1 commit e80cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const menuItems = [
{ href: LandingPageRoutes.Blog, label: 'Blog' },
{ href: LandingPageRoutes.Vacancies, label: 'Vagas Remotas' },
{ href: LandingPageRoutes.SupportingCompanies, label: 'Empresas Apoiadoras' },
{ href: LandingPageRoutes.PublishYourRole, label: 'Indique uma vaga' },
{ href: LandingPageRoutes.PublishYourRole, label: 'Publique uma vaga' },
]

export const Header = () => {
Expand Down

0 comments on commit e80cc96

Please sign in to comment.