This commit is contained in:
2026-01-28 15:29:36 +01:00
parent 0580d3a339
commit c9e18df0b7
7 changed files with 83 additions and 6 deletions

View File

@@ -72,7 +72,10 @@ class AppHeader extends HTMLElement {
render() {
this.innerHTML = /* html */`
<div class="header-inner container">
<a href="#/" class="logo">dgray.io</a>
<a href="#/" class="logo" aria-label="dgray.io Home">
<img src="assets/logo-light.svg" alt="dgray.io" class="logo-img logo-light" width="100" height="28">
<img src="assets/logo-dark.svg" alt="dgray.io" class="logo-img logo-dark" width="100" height="28">
</a>
<div class="header-actions">
<a href="#/create" class="btn btn-primary btn-create" title="${t('header.createListing')}" data-i18n-title="header.createListing">