Skip to content

Commit

Permalink
Remove redundant stylesheet link from defra_ruby_template layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jjromeo committed Jun 14, 2024
1 parent 5be5b7a commit 0de0c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/layouts/defra_ruby_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<link rel="apple-touch-icon" sizes="167x167" href="<%= asset_path "govuk-apple-touch-icon-167x167.png" %>">
<link rel="apple-touch-icon" sizes="152x152" href="<%= asset_path "govuk-apple-touch-icon-152x152.png" %>">
<link rel="apple-touch-icon" href="<%= asset_path "govuk-apple-touch-icon.png" %>">
<link rel="stylesheet" href="<%= stylesheet_path 'govuk-frontend.min.css' %>">


<%= yield :head %>
Expand Down

0 comments on commit 0de0c1d

Please sign in to comment.