-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 '[email protected]' %} 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 '[email protected]' %} 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 %} |