summaryrefslogtreecommitdiff
path: root/CreateProfile.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:28:39 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:28:39 +0700
commit7fbbbcdf1aede34f1e4a0221c7154a03528dc143 (patch)
treec96e7650af8a620265aa1ca48a24929fa60ef113 /CreateProfile.qml
parent79bde83f2250f7b09ce791586692b89761a8e649 (diff)
removed and fixed some directories
Diffstat (limited to 'CreateProfile.qml')
-rw-r--r--CreateProfile.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/CreateProfile.qml b/CreateProfile.qml
index 16176ba..91ce39c 100644
--- a/CreateProfile.qml
+++ b/CreateProfile.qml
@@ -4,12 +4,12 @@ import "pages"
CreateProfileForm {
backButton {
- icon.source: "larva/components/icons/arrow-back-24px.svg"
+ icon.source: "../assets/arrow-back-24px.svg"
onClicked: pageView.pop()
}
skipButton.onClicked: pageView.push("Home.qml")
- emailImage.source: "larva/components/icons/email-24px.svg"
+ emailImage.source: "../assets/email-24px.svg"
emailAddressLabel.text: User.emailAddress
startUsingKelakon.onClicked: {
User.name = userNameLabel.text