We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b37a86 + 9f49868 commit 340da6cCopy full SHA for 340da6c
contentcuration/contentcuration/frontend/accounts/pages/Create.vue
@@ -5,13 +5,13 @@
5
:appBarText="$tr('backToLoginButton')"
6
backButton
7
>
8
- <VImg
9
- height="200"
10
- maxHeight="100"
11
- contain
12
- :lazy-src="require('shared/images/kolibri-logo.svg')"
13
- :src="require('shared/images/kolibri-logo.svg')"
14
- />
+ <div class="align-center d-flex justify-center mb-2">
+ <KLogo
+ altText="Kolibri Logo with background"
+ :showBackground="true"
+ :size="120"
+ />
+ </div>
15
<h2 ref="top" class="mb-4 primary--text text-xs-center">
16
{{ $tr('createAnAccountTitle') }}
17
</h2>
contentcuration/contentcuration/frontend/shared/images/kolibri-logo.svg
0 commit comments