Use company_site favicon for the tab icon (#10)
Deploy Beta / unit-tests (push) Successful in 4s
Deploy Beta / docker (push) Successful in 10s
Deploy Beta / deploy-beta (push) Successful in 1m2s

## Summary
- Copy company_site square `favicon.png` (gear/infinity mark) into `site/core/static/core/img/`
- Point `<link rel="icon">` at it instead of the wide wordmark `logo.png`

Closes #9

## Test plan
- [ ] Load the landing page and confirm the browser tab uses the square company mark, not the full wordmark
- [ ] Confirm `logo.png` is unchanged (still available for in-page branding)

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-08-30 17:29:42 -07:00
parent 433308d615
commit dd627b75c9
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 %}