We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b82652 commit f849c66Copy full SHA for f849c66
1 file changed
views/department/department.html.erb
@@ -107,6 +107,12 @@ title: Development Tracker
107
<span class="app-logo__department--name govuk-body-xs">Department for Energy, Security and Net Zero</span>
108
</div>
109
110
+ <div class="app-logo" data-dept="UKISF">
111
+ <div class="app-logo__department fcdo">
112
+ <img src="/assets/images/govuk-crest.svg" class="app-logo__department--logo" />
113
+ <span class="app-logo__department--name govuk-body-xs">UK Integrated Security Fund</span>
114
+ </div>
115
116
117
118
<table class="govuk-table datatable">
@@ -148,4 +154,4 @@ title: Development Tracker
148
154
"searching": false
149
155
});
150
156
151
-</script>
157
+</script>
0 commit comments