Skip to content

Commit

Permalink
Update due to deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martikat committed Jul 11, 2024
1 parent b17731a commit 06d3f25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ html.govuk-template lang='en'
= tag.meta name: 'theme-color', content: '#0b0c0c'

= favicon_link_tag image_path('dfe_favicon.ico')
= favicon_link_tag asset_path('images/govuk-mask-icon.svg'), rel: 'mask-icon', type: 'image/svg', color: '#0b0c0c'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon.png'), rel: 'apple-touch-icon', type: 'image/png'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-152x152.png'), rel: 'apple-touch-icon', type: 'image/png', size: '152x152'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-167x167.png'), rel: 'apple-touch-icon', type: 'image/png', size: '167x167'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-180x180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180'
= stylesheet_link_tag 'application', 'data-turbo-track': 'reload'
= javascript_include_tag 'application', 'data-turbo-track': 'reload', defer: true
= yield :head
Expand Down
5 changes: 0 additions & 5 deletions app/views/layouts/hero.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ html.govuk-template lang='en'
= tag.meta name: 'theme-color', content: '#0b0c0c'

= favicon_link_tag image_path('dfe_favicon.ico')
= favicon_link_tag asset_path('images/govuk-mask-icon.svg'), rel: 'mask-icon', type: 'image/svg', color: "#0b0c0c"
= favicon_link_tag asset_path('images/govuk-apple-touch-icon.png'), rel: 'apple-touch-icon', type: 'image/png'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-152x152.png'), rel: 'apple-touch-icon', type: 'image/png', size: '152x152'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-167x167.png'), rel: 'apple-touch-icon', type: 'image/png', size: '167x167'
= favicon_link_tag asset_path('images/govuk-apple-touch-icon-180x180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180'
= stylesheet_link_tag 'application', 'data-turbo-track': 'reload'
= javascript_include_tag 'application', 'data-turbo-track': 'reload', defer: true
= yield :head
Expand Down

0 comments on commit 06d3f25

Please sign in to comment.