refactor: rename project from dgray.io to kashilo.com
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user