Skip to content

Commit

Permalink
Remove random square bracket in icon link - causing deployment errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 29, 2024
1 parent 9bb0e70 commit f06a4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/govuk_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<%= stylesheet_pack_tag 'application' %>

<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="<%= image_url('favicon.ico') %>]" type="image/x-icon">
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="<%= image_url('favicon.ico') %>" type="image/x-icon">
<link rel="mask-icon" href="<%= image_url('govuk-mask-icon.svg') %>]" color="blue">
<link rel="apple-touch-icon" sizes="180x180" href="<%= image_url('govuk-apple-touch-icon-180x180.png') %>]">
<link rel="apple-touch-icon" sizes="167x167" href="<%= image_url('govuk-apple-touch-icon-167x167.png') %>]">
Expand Down

0 comments on commit f06a4a6

Please sign in to comment.