diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index f6473a4fc..4cfae0c71 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -34,9 +34,9 @@
%fa:broadcast-tower% %i18n:@announcements%
-
-

-
+
+

+
@@ -94,7 +94,7 @@ export default Vue.extend({ host, name: 'Misskey', description: '', - broadcasts: [], + announcements: [], photos: [] }; }, @@ -103,7 +103,7 @@ export default Vue.extend({ (this as any).os.getMeta().then(meta => { this.name = meta.name; this.description = meta.description; - this.broadcasts = meta.broadcasts; + this.announcements = meta.broadcasts; }); (this as any).api('stats').then(stats => { diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index 49227790f..1856731d8 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -1,5 +1,5 @@