diff --git a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue index 49833f60e2..c2ba1f5616 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue @@ -12,13 +12,13 @@ class="pa-4" style="width: 300px;margin: 0 auto;" > - +
+ +

{{ $tr('kolibriStudio') }}

@@ -227,4 +227,9 @@ width: 100%; } + .k-logo-container { + display: flex; + justify-content: center; + } + diff --git a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue index b4185d8a85..d9ee750c28 100644 --- a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue +++ b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue @@ -52,7 +52,7 @@