summaryrefslogtreecommitdiff
path: root/features/LoginEmailForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/LoginEmailForm.ui.qml')
-rw-r--r--features/LoginEmailForm.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/LoginEmailForm.ui.qml b/features/LoginEmailForm.ui.qml
index 7f57599..991da16 100644
--- a/features/LoginEmailForm.ui.qml
+++ b/features/LoginEmailForm.ui.qml
@@ -62,7 +62,7 @@ Page {
sourceSize.width: 24
Layout.leftMargin: 16
fillMode: Image.PreserveAspectFit
- source: "../../assets/email-24px.svg"
+ source: "/components/icons/email-24px.svg"
antialiasing: true
}
@@ -123,7 +123,7 @@ Page {
Material.background: Material.primary
display: AbstractButton.IconOnly
icon.name: "arrow-forward-icon"
- icon.source: "../assets/arrow-forward-24px.svg"
+ icon.source: "/components/icons/arrow-forward-24px.svg"
highlighted: true
enabled: false
}