v1.0.3
add multi lang
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<meta name="theme-color" content="#4f46e5" />
|
||||
<title>KtoCo - Wydatki wspólne</title>
|
||||
<title>WhoWhat - Shared Expenses</title>
|
||||
<link rel="icon" href="/icons/icon-192.png" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
@@ -14,7 +14,7 @@
|
||||
/>
|
||||
<script>
|
||||
(function () {
|
||||
var t = localStorage.getItem('ktoco_theme');
|
||||
var t = localStorage.getItem('whowhat_theme');
|
||||
if (t === 'light' || t === 'dark') {
|
||||
document.documentElement.setAttribute('data-theme', t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user