Skip to content

Commit

Permalink
Guardian is best website of the year
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannakok committed Apr 18, 2024
1 parent 8b4c991 commit f0fb6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/app/views/fragments/header.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if(page.metadata.hasSlimHeader) {
fragments.inlineSvg("the-guardian-roundel", "logo")
} else if(editionId == "uk") {
fragments.inlineSvg("guardian-best-newspaper-logo", "logo")
fragments.inlineSvg("guardian-best-website-logo", "logo")
} else if(editionId == "au") {
fragments.inlineSvg("guardian-australia-decade-logo", "logo")
} else {
Expand Down
2 changes: 1 addition & 1 deletion common/app/views/fragments/headerTopNav.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

@{
if(editionId == "uk") {
fragments.inlineSvg("guardian-best-newspaper-logo", "logo")
fragments.inlineSvg("guardian-best-website-logo", "logo")
} else if(editionId == "au") {
fragments.inlineSvg("guardian-australia-decade-logo", "logo")
} else {
Expand Down

0 comments on commit f0fb6c2

Please sign in to comment.