refactor: rename project from dgray.io to kashilo.com

This commit is contained in:
2026-02-10 18:43:49 +01:00
parent 4e77ce92f3
commit 9069404942
60 changed files with 260 additions and 260 deletions

View File

@@ -146,11 +146,11 @@ class PageSettings extends HTMLElement {
}
getCurrentCurrency() {
return localStorage.getItem('dgray_currency') || 'USD'
return localStorage.getItem('kashilo_currency') || 'USD'
}
async setCurrency(currency) {
localStorage.setItem('dgray_currency', currency)
localStorage.setItem('kashilo_currency', currency)
window.dispatchEvent(new CustomEvent('currency-changed', { detail: { currency } }))
// Save to user profile if logged in
@@ -323,7 +323,7 @@ class PageSettings extends HTMLElement {
<a href="#/privacy">${t('footer.privacy')}</a>
<a href="#/terms">${t('footer.terms')}</a>
</div>
<p class="version">dgray.io v1.0.0</p>
<p class="version">kashilo.com v1.0.0</p>
</section>
</div>
</div>