add .io to dgray

This commit is contained in:
2026-01-28 08:50:50 +01:00
parent 21e05df241
commit ea907d3611
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ class AppFooter extends HTMLElement {
this.innerHTML = /* html */`
<div class="footer-inner container">
<p class="footer-copyright">
&copy; ${year} dgray. <span data-i18n="footer.rights">${t('footer.rights')}</span>
&copy; ${year} dgray.io - <span data-i18n="footer.rights">${t('footer.rights')}</span>
</p>
<nav class="footer-links">
<a href="#/about" data-i18n="footer.about">${t('footer.about')}</a>

View File

@@ -72,7 +72,7 @@ class AppHeader extends HTMLElement {
render() {
this.innerHTML = /* html */`
<div class="header-inner container">
<a href="#/" class="logo">dgray</a>
<a href="#/" class="logo">dgray.io</a>
<div class="header-actions">
<a href="#/create" class="btn btn-primary btn-create" title="${t('header.createListing')}" data-i18n-title="header.createListing">