diff --git a/app/components/spotlight/masthead_component.html.erb b/app/components/spotlight/masthead_component.html.erb
new file mode 100644
index 000000000..43779f341
--- /dev/null
+++ b/app/components/spotlight/masthead_component.html.erb
@@ -0,0 +1,18 @@
+<% if show_contact_form? && (current_exhibit.nil? || !current_page?(spotlight.new_exhibit_contact_form_path(current_exhibit))) %>
+
diff --git a/app/views/shared/_masthead.html.erb b/app/views/shared/_masthead.html.erb
index 6c23fa053..b042ee6ca 100644
--- a/app/views/shared/_masthead.html.erb
+++ b/app/views/shared/_masthead.html.erb
@@ -1,18 +1,2 @@
-<% if show_contact_form? && (current_exhibit.nil? || !current_page?(spotlight.new_exhibit_contact_form_path(current_exhibit))) %>
-
- <%= render 'spotlight/shared/report_a_problem' %>
-
-<% end %>
-
-
-
-<%= render Spotlight::BreadcrumbsComponent.new(breadcrumbs:) %>
+<% Spotlight.deprecator.warn "Rendering deprecated partial shared/masthead. Use MastheadComponent instead" %>
+<%= render Spotlight::MastheadComponent.new(current_exhibit:, current_masthead:, resource_masthead: resource_masthead?) %>