diff --git a/src/core/templates/includes/header.html b/src/core/templates/includes/header.html
index 94e59ef33..f05910dee 100644
--- a/src/core/templates/includes/header.html
+++ b/src/core/templates/includes/header.html
@@ -10,46 +10,46 @@
-
-
-
- {% if USER_IS_AUTHENTICATED %}
-
-
- {% if not search_url %}
- {% url 'search:all' as search_url %}
- {% endif %}
- {% include 'search/partials/search_form.html' with placeholder="Search pages and people" search_url=search_url %}
-
- {% endif %}
-
+
+
+ {% if USER_IS_AUTHENTICATED %}
+
+
+ {% if not search_url %}
+ {% url 'search:all' as search_url %}
+ {% endif %}
+ {% include 'search/partials/search_form.html' with placeholder="Search pages and people" search_url=search_url %}
+
+ {% endif %}
-
- {% if FEATURE_FLAGS.new_homepage %}
- {% else %}
- {% if USER_IS_AUTHENTICATED %}
- {% site_alert %}
- {% endif %}
+
+
+{% if FEATURE_FLAGS.new_homepage %}
+{% else %}
+ {% if USER_IS_AUTHENTICATED %}
+ {% site_alert %}
{% endif %}
+{% endif %}
diff --git a/src/core/templates/wagtailadmin/base.html b/src/core/templates/wagtailadmin/base.html
index b6b8966be..987bda796 100644
--- a/src/core/templates/wagtailadmin/base.html
+++ b/src/core/templates/wagtailadmin/base.html
@@ -2,12 +2,12 @@
{% load render_bundle webpack_static from webpack_loader %}
{% block branding_logo %}
-
Digital Workspace CMS
-
-
CMS
-{% endblock branding_logo %}
+ srcset="{% webpack_static 'dbt-logo-white@2x.png' %} 2x" {# /PS-IGNORE #}
+ alt="Department for Business & Trade logo"
+ class="wide">
+
Digital Workspace CMS
+
+
CMS
+ {% endblock branding_logo %}