Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Oct 9, 2023
1 parent 4360ccc commit de0a7a3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/core/templates/wagtailadmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{% load render_bundle webpack_static from webpack_loader %}
{% block branding_logo %}
<img src="{% webpack_static 'dbt-logo-white.png' %}"
srcset="{% webpack_static 'dbt-logo-white@2x.png' %} 2x" {# /PS-IGNORE #}
alt="Department for Business & Trade logo"
class="wide">
<span class="wide">Digital Workspace CMS</span>
<img src="{% webpack_static 'dbt-mark-white.png' %}"
alt="Department for Business & Trade logomark"
class="slim">
<span class="slim">CMS</span>
{% endblock branding_logo %}
srcset="{% webpack_static 'dbt-logo-white@2x.png' %} 2x" {# /PS-IGNORE #}
alt="Department for Business & Trade logo"
class="wide">
<span class="wide">Digital Workspace CMS</span>
<img src="{% webpack_static 'dbt-mark-white.png' %}"
alt="Department for Business & Trade logomark"
class="slim">
<span class="slim">CMS</span>
{% endblock branding_logo %}

0 comments on commit de0a7a3

Please sign in to comment.