Skip to content

Commit

Permalink
Merge pull request #35 from companieshouse/cc-1333-incorrect-favicon-…
Browse files Browse the repository at this point in the history
…logo-bug

CC-1333: Use correct favicon logo
  • Loading branch information
VaughanJackson123 authored Jul 5, 2024
2 parents c137b93 + f4dcb89 commit 4b3a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/layouts/chsBaseLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
media="all" rel="stylesheet" type="text/css" />
<link
rel="icon"
th:href="@{{cdnUrl}/images/favicon.ico?0.17.3(cdnUrl=${@environment.getProperty('cdn.url')})}"
th:href="@{{cdnUrl}/images/govuk-frontend/v4.6.0/images/favicon.ico(cdnUrl=${@environment.getProperty('cdn.url')})}"
type="image/x-icon" />
<link
th:href="@{{cdnUrl}/stylesheets/extensions/languages-nav.css(cdnUrl=${@environment.getProperty('cdn.url')})}"
Expand Down

0 comments on commit 4b3a1cd

Please sign in to comment.