Skip to content

Commit 340da6c

Browse files
authored
Merge pull request #4522 from akolson/updates-create-account-logo
Updates Create an account logo
2 parents 7b37a86 + 9f49868 commit 340da6c

File tree

2 files changed

+7
-185
lines changed

2 files changed

+7
-185
lines changed

contentcuration/contentcuration/frontend/accounts/pages/Create.vue

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
:appBarText="$tr('backToLoginButton')"
66
backButton
77
>
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-
/>
8+
<div class="align-center d-flex justify-center mb-2">
9+
<KLogo
10+
altText="Kolibri Logo with background"
11+
:showBackground="true"
12+
:size="120"
13+
/>
14+
</div>
1515
<h2 ref="top" class="mb-4 primary--text text-xs-center">
1616
{{ $tr('createAnAccountTitle') }}
1717
</h2>

contentcuration/contentcuration/frontend/shared/images/kolibri-logo.svg

-178
This file was deleted.

0 commit comments

Comments
 (0)