diff --git a/admin/src/pages/Overview.vue b/admin/src/pages/Overview.vue index dcef93a14..4c4ba47fa 100644 --- a/admin/src/pages/Overview.vue +++ b/admin/src/pages/Overview.vue @@ -89,7 +89,6 @@ export default { this.$apollo .query({ query: communityStatistics, - fetchPolicy: 'network-only', }) .then((result) => { this.statistics.totalUsers = result.data.communityStatistics.totalUsers diff --git a/frontend/public/img/template/gold_03.png b/frontend/public/img/template/gold_03.png deleted file mode 100644 index 0704c997a..000000000 Binary files a/frontend/public/img/template/gold_03.png and /dev/null differ diff --git a/frontend/src/components/Auth/AuthMobileStart.vue b/frontend/src/components/Auth/AuthMobileStart.vue deleted file mode 100644 index 690b8f895..000000000 --- a/frontend/src/components/Auth/AuthMobileStart.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - - - diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 1192d6db3..73602c48a 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -1,7 +1,7 @@