From 7e27c852e4a743603d983b2af50163c088fcc765 Mon Sep 17 00:00:00 2001 From: James Chan Date: Tue, 19 Nov 2024 21:46:47 +0000 Subject: [PATCH] Remove blue border top; pass margin_top option Removes the blue top border from the chat promo and passing margin_top ultimately increases the margin top to 35px as per the designs --- app/views/shared/_sidebar_navigation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_sidebar_navigation.html.erb b/app/views/shared/_sidebar_navigation.html.erb index 797a6d943..cbc8f84ff 100644 --- a/app/views/shared/_sidebar_navigation.html.erb +++ b/app/views/shared/_sidebar_navigation.html.erb @@ -2,7 +2,7 @@
<% if show_govuk_chat_promo?(@content_item.base_path) %> - <%= render "govuk_publishing_components/components/chat_entry", { border_top: true } %> + <%= render "govuk_publishing_components/components/chat_entry", { margin_top: true } %> <% end %> <%= render 'govuk_publishing_components/components/contextual_sidebar', content_item: content_item %>