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">

View File

@@ -13,7 +13,7 @@
"contact": "Kontakt"
},
"home": {
"title": "Willkommen bei dgray",
"title": "Willkommen bei dgray.io",
"subtitle": "Finde tolle Angebote in deiner Nähe oder verkaufe, was du nicht mehr brauchst.",
"browseListings": "Anzeigen durchsuchen",
"createListing": "Anzeige erstellen",

View File

@@ -13,7 +13,7 @@
"contact": "Contact"
},
"home": {
"title": "Welcome to dgray",
"title": "Welcome to dgray.io",
"subtitle": "Find great deals near you or sell what you no longer need.",
"browseListings": "Browse Listings",
"createListing": "Create Listing",

View File

@@ -13,7 +13,7 @@
"contact": "Contact"
},
"home": {
"title": "Bienvenue sur dgray",
"title": "Bienvenue sur dgray.io",
"subtitle": "Trouvez de bonnes affaires près de chez vous ou vendez ce dont vous n'avez plus besoin.",
"browseListings": "Parcourir les annonces",
"createListing": "Créer une annonce",

View File

@@ -1,6 +1,6 @@
{
"name": "dgray.io - Marktplatz",
"short_name": "dgray",
"short_name": "dgray.io",
"description": "Anonymer Marktplatz mit Monero-Bezahlung",
"start_url": "/",
"display": "standalone",