✨ Renamed overview to dashboard (#80)
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
if (res.ok) {
|
||||
confirm_to_leave = false;
|
||||
console.log(confirm_to_leave);
|
||||
window.location.href = '/overview';
|
||||
window.location.href = '/dashboard';
|
||||
} else {
|
||||
alert('Error');
|
||||
}
|
||||
|
||||
@@ -107,7 +107,8 @@
|
||||
"count": "Count",
|
||||
"range": "Range",
|
||||
"multiple_choice": "Multiple-Choice",
|
||||
"private": "Private"
|
||||
"private": "Private",
|
||||
"dashboard": ""
|
||||
},
|
||||
"editor": {
|
||||
"time_in_seconds": "Time in seconds",
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<li class="py-2">
|
||||
<a
|
||||
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
|
||||
href="/overview">{$t('words.overview')}</a
|
||||
href="/dashboard">{$t('words.dashboard')}</a
|
||||
>
|
||||
</li>
|
||||
<li class="py-2">
|
||||
|
||||
Reference in New Issue
Block a user