Skip to content

Commit

Permalink
Remove GOV.UK Chat promo banner
Browse files Browse the repository at this point in the history
We no longer want to render this promo banner as the pilot has finished.
  • Loading branch information
jackbot committed Dec 24, 2024
1 parent 582359c commit 0c95f9a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 192 deletions.
138 changes: 0 additions & 138 deletions app/helpers/govuk_chat_promo_helper.rb

This file was deleted.

4 changes: 0 additions & 4 deletions app/views/shared/_sidebar_navigation.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<% content_item = @content_item.content_item.parsed_content %>

<div class="govuk-grid-column-one-third">
<% if show_govuk_chat_promo?(@content_item.requested_path) %>
<%= render "govuk_publishing_components/components/chat_entry", { margin_top_until_tablet: true } %>
<% end %>

<%= render 'govuk_publishing_components/components/contextual_sidebar', content_item: content_item %>
</div>
19 changes: 0 additions & 19 deletions test/helpers/govuk_chat_promo_helper_test.rb

This file was deleted.

31 changes: 0 additions & 31 deletions test/integration/govuk_chat_promo_test.rb

This file was deleted.

0 comments on commit 0c95f9a

Please sign in to comment.