Skip to content

Commit

Permalink
Merge pull request #27657 from guardian/remove-accreditation-logo
Browse files Browse the repository at this point in the history
Remove accreditation logo
  • Loading branch information
DanielCliftonGuardian authored Dec 13, 2024
2 parents 645b239 + 67ec26d commit 9b40d70
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
2 changes: 0 additions & 2 deletions common/app/views/fragments/header.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
@{
if(page.metadata.hasSlimHeader) {
fragments.inlineSvg("the-guardian-roundel", "logo")
} else if(editionId == "uk") {
fragments.inlineSvg("guardian-news-provider-logo", "logo")
} else {
fragments.inlineSvg("the-guardian-logo", "logo")
}
Expand Down
4 changes: 0 additions & 4 deletions common/app/views/fragments/headerTopNav.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,8 @@
<span class="u-h">The Guardian - Back to home</span>

@{
if(editionId == "uk") {
fragments.inlineSvg("guardian-news-provider-logo", "logo")
} else {
fragments.inlineSvg("the-guardian-logo", "logo")
}
}
</a>
}
<div class="header-top-nav__cta-bar"></div>
Expand Down
Loading

0 comments on commit 9b40d70

Please sign in to comment.