diff --git a/.ds.baseline b/.ds.baseline index 6d3423933..e3d79c76e 100644 --- a/.ds.baseline +++ b/.ds.baseline @@ -413,7 +413,7 @@ "filename": "app/templates/new/components/head.html", "hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327", "is_verified": false, - "line_number": 34, + "line_number": 35, "is_secret": false } ], @@ -692,5 +692,5 @@ } ] }, - "generated_at": "2024-08-08T19:45:34Z" + "generated_at": "2024-08-15T15:38:37Z" } diff --git a/app/templates/new/components/head.html b/app/templates/new/components/head.html index dd7519cf4..4c2cc9273 100644 --- a/app/templates/new/components/head.html +++ b/app/templates/new/components/head.html @@ -11,16 +11,17 @@ - - - - - + + + + + - + + src="{{ (asset_path | default('/static')) + 'images/gsa-logo.svg' }}" {% block extra_stylesheets %}{% endblock %} diff --git a/app/templates/old/main_template.html b/app/templates/old/main_template.html index 6d745d368..20ab3eef9 100644 --- a/app/templates/old/main_template.html +++ b/app/templates/old/main_template.html @@ -19,14 +19,14 @@ {% block headIcons %} - - - - - + + + + + - + {% endblock %}