diff --git a/app/views/modals/_producer.html.haml b/app/views/modals/_producer.html.haml
index 4b4421e8d8..e9808b09d7 100644
--- a/app/views/modals/_producer.html.haml
+++ b/app/views/modals/_producer.html.haml
@@ -1,7 +1,9 @@
%ofn-modal{title: "{{producer.name}}"}
.row
.small-12.columns.producer-hero
- %h3.producer-name {{ producer.name }}
+ %h3.producer-name
+ %i.ofn-i_036-producers
+ {{ producer.name }}
%img.producer-hero-img{"ng-src" => "{{producer.promo_image}}"}
.row