Skip to content

Commit

Permalink
Merge pull request #3394 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
lewis-coulson-dit authored Sep 11, 2024
2 parents 6f5d88b + 6630886 commit 28c8cad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions domestic/templates/domestic/performance_dashboard_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<link href="{% static 'styles/performance-dashboard.css' %}"
rel="stylesheet"
type="text/css" />
<style type="text/css">
body::before {
display: none;
}
</style>
{% endblock %}
{% block head_title %}Performance dashboard{% endblock %}
{% block meta_title %}Performance dashboard{% endblock %}
Expand Down
5 changes: 5 additions & 0 deletions search/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<link href="{% static 'styles/pages/search-results.css' %}"
rel="stylesheet"
type="text/css" />
<style type="text/css">
body::before {
display: none;
}
</style>
{% endblock %}
{% block head_title %}Search{% endblock %}
{% block meta_title %}Search{% endblock %}
Expand Down

0 comments on commit 28c8cad

Please sign in to comment.