add logo
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user