diff --git a/apps/web/app/components/Header.tsx b/apps/web/app/components/Header.tsx index e863c8d5..86b7afa0 100644 --- a/apps/web/app/components/Header.tsx +++ b/apps/web/app/components/Header.tsx @@ -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 = () => {