Merge pull request #1849 from GSA/JB-favicon-fix

Favicon - removed unnecessary line
This commit is contained in:
Beverly Nguyen
2024-08-15 10:16:21 -07:00
committed by GitHub
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 %}