Skip to content

Commit

Permalink
Merge pull request #1937 from alphagov/remove-govuk-link
Browse files Browse the repository at this point in the history
Remove unnecessary govuk-link class
  • Loading branch information
Vanita Barrett authored Nov 11, 2019
2 parents d2d0c6b + 4f86de8 commit f7431b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notifications/_global_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class: "govuk-link js-call-to-action"
) %>
<% else %>
<span class="govuk-link"><%= link_text %></span>
<span><%= link_text %></span>
<% end %>
<% end %>
</p>
Expand Down

0 comments on commit f7431b3

Please sign in to comment.