Merge branch 'fix/admin-header-logo' into dev

This commit is contained in:
2026-04-21 20:45:43 -05:00

View File

@@ -37,13 +37,17 @@
<header class="site-header">
<div class="wrap site-header__wrap">
<a class="site-header__brand" href="/" aria-label="Chicken Babies R Us home">
{# Match the public header: chick-only mark + styled wordmark so
the admin chrome reads as the same brand. Asset paths track
the brand-contrast rename (logo -> logo-mark). #}
<picture>
<source srcset="{{ url_for('static', path='img/logo.webp') }}" type="image/webp">
<img src="{{ url_for('static', path='img/logo.png') }}"
alt="Chicken Babies R Us"
height="48"
class="site-header__logo">
<source srcset="{{ url_for('static', path='img/logo-mark.webp') }}" type="image/webp">
<img src="{{ url_for('static', path='img/logo-mark.png') }}"
alt=""
height="56"
class="site-header__mark">
</picture>
<span class="site-header__title">Chicken Babies R Us</span>
</a>
<nav class="site-nav" aria-label="Admin">