mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Quick fix
This commit is contained in:
@@ -413,7 +413,7 @@
|
|||||||
"filename": "app/templates/new/components/head.html",
|
"filename": "app/templates/new/components/head.html",
|
||||||
"hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327",
|
"hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 35,
|
"line_number": 33,
|
||||||
"is_secret": false
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -692,5 +692,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2024-08-15T15:38:37Z"
|
"generated_at": "2024-08-15T16:29:15Z"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
<link href="{{ assetPath | default('/static') }}/images/notify-dark-favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
|
<link href="{{ assetPath | default('/static') }}/images/notify-dark-favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<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') }}" />
|
<link rel="stylesheet" media="screen" href="{{ asset_url('css/styles.css') }}" />
|
||||||
{% block extra_stylesheets %}{% endblock %}
|
{% block extra_stylesheets %}{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user