Quick fix

This commit is contained in:
Jonathan Bobel
2024-08-15 12:29:35 -04:00
parent 154e58a83d
commit 7962bfd85f
2 changed files with 2 additions and 4 deletions

View File

@@ -413,7 +413,7 @@
"filename": "app/templates/new/components/head.html",
"hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327",
"is_verified": false,
"line_number": 35,
"line_number": 33,
"is_secret": false
}
],
@@ -692,5 +692,5 @@
}
]
},
"generated_at": "2024-08-15T15:38:37Z"
"generated_at": "2024-08-15T16:29:15Z"
}

View File

@@ -21,8 +21,6 @@
<link href="{{ assetPath | default('/static') }}/images/notify-dark-favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#ffffff">
src="{{ (asset_path | default('/static')) + 'images/gsa-logo.svg' }}"
<link rel="stylesheet" media="screen" href="{{ asset_url('css/styles.css') }}" />
{% block extra_stylesheets %}{% endblock %}