Skip to content

Commit

Permalink
Merge branch 'remove-full-stop-from-notification-banner-headers'
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Jan 7, 2021
2 parents fda577e + 1bec295 commit 61eab87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/govuk_component/notification_banner.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<div class="govuk-notification-banner__content">
<% headings.each do |heading| %>
<p class="govuk-notification-banner__heading">

<%= heading.text %>.
<%= heading.text %>
<% if heading.link_target && heading.link_text %>
<%= link_to(heading.link_text, heading.link_target, class: "govuk-notification-banner__link") %>.
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk/components/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Govuk
module Components
VERSION = '1.0.0'.freeze
VERSION = '1.0.1'.freeze
end
end

0 comments on commit 61eab87

Please sign in to comment.