Use the company_site square mark as the tab favicon (#9).
CI / test (pull_request) Successful in 4s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 19:28:17 -05:00
co-authored by Cursor
parent 433308d615
commit d94344765f
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+1 -1
View File
@@ -11,7 +11,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
<link href="{% static 'core/css/style.css' %}" rel="stylesheet"> <link href="{% static 'core/css/style.css' %}" rel="stylesheet">
<link href="{% static 'core/css/overrides.css' %}" rel="stylesheet"> <link href="{% static 'core/css/overrides.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'core/img/logo.png' %}"> <link rel="icon" type="image/png" href="{% static 'core/img/favicon.png' %}">
</head> </head>
<body{% if debug %} class="has-debug-banner"{% endif %}> <body{% if debug %} class="has-debug-banner"{% endif %}>
{% if debug %} {% if debug %}