Skip to content

Commit d4ca800

Browse files
committed
Fix broken link in header
1 parent 6c9bc37 commit d4ca800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/marketing_redesign/_header.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<li>
2626
<%= link_to(
2727
t(".nav.links.contacts_new"),
28-
# {controller: "/marketing_redesign/contact-us", action: :new}
28+
{controller: "/marketing_redesign/opportunities", action: :new}
2929
) %>
3030
</li>
3131
</ul>

0 commit comments

Comments
 (0)