Skip to content

Commit

Permalink
Remove unused div from get involved inset text
Browse files Browse the repository at this point in the history
There appears to be a <div>..</div> that isn't necessary in the get
involved page's "next closing" inset text component.
  • Loading branch information
brucebolt committed Nov 22, 2021
1 parent 73c7fb7 commit 3e32d29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/content_items/get_involved.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<%# Attention to closing consultation %>
<%= render "govuk_publishing_components/components/inset_text", {
} do %>
<div>
<%= render "govuk_publishing_components/components/heading", {
text: time_until_closure(@next_closing_consultation),
heading_level: 3
Expand All @@ -77,7 +76,6 @@
<%= @next_closing_consultation['title'] %>
</p>
<%= link_to t('get_involved.read_respond'), @next_closing_consultation['link'], class: "govuk-link" %>
</div>
<% end %>
</div>
</div>
Expand Down

0 comments on commit 3e32d29

Please sign in to comment.