summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:23:23 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:23:23 +0700
commit94c6135485c5c8277e6bf3c5b729f1c8f05ab5ad (patch)
tree468bc564645b85ddfcca372471cd5b182e4604d6
parent455ac03a7fdff8863ec7bc8c4e0c2fd56c896b44 (diff)
change `arrow-back-24px.svg` dir
-rw-r--r--features/Login.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/Login.qml b/features/Login.qml
index 863e908..6fa8165 100644
--- a/features/Login.qml
+++ b/features/Login.qml
@@ -14,7 +14,7 @@ Page {
ToolButton {
id: toolButton
icon.name: "back-button"
- icon.source: "../components/icons/arrow-back-24px.svg"
+ icon.source: "../../assets/arrow-back-24px.svg"
highlighted: true
onClicked: {
if (pageView.depth > 1) {