diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 18:23:23 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 18:23:23 +0700 |
commit | 94c6135485c5c8277e6bf3c5b729f1c8f05ab5ad (patch) | |
tree | 468bc564645b85ddfcca372471cd5b182e4604d6 /features/Login.qml | |
parent | 455ac03a7fdff8863ec7bc8c4e0c2fd56c896b44 (diff) |
change `arrow-back-24px.svg` dir
Diffstat (limited to 'features/Login.qml')
-rw-r--r-- | features/Login.qml | 2 |
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) { |