diff --git a/app/views/components/_global_bar.html.erb b/app/views/components/_global_bar.html.erb index 5ffb4093d..6826980ac 100644 --- a/app/views/components/_global_bar.html.erb +++ b/app/views/components/_global_bar.html.erb @@ -18,7 +18,7 @@ # Regardless of value, banner is always manually dismissable by users always_visible = true - global_bar_classes = %w(global-bar dont-print) + global_bar_classes = %w(global-bar govuk-!-display-none-print) title_classes = %w(global-bar-title) title_classes << "js-call-to-action" if title_href