From 154e58a83d1991fd7a651e3fa478bac38a5c31ef Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 15 Aug 2024 11:39:13 -0400 Subject: [PATCH] This worked for me locally, seeing if the change bubbles up to staging --- .ds.baseline | 4 ++-- app/templates/new/components/head.html | 13 +++++++------ app/templates/old/main_template.html | 12 ++++++------ 3 files changed, 15 insertions(+), 14 deletions(-) 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 %}