fix(onboarding): Image missing in some onboarding screens

File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286

Fixes #5455
This commit is contained in:
Noelia 2022-04-11 11:59:53 +02:00 committed by Iuri Matias
parent 9d7e0828ec
commit 220a320282
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ OnboardingBasePage {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
fillMode: Image.PreserveAspectFit
source: Style.png("keys")
source: Style.png("onboarding/keys")
width: 160
height: 160
mipmap: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB