From 94c6135485c5c8277e6bf3c5b729f1c8f05ab5ad Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 18:23:23 +0700 Subject: change `arrow-back-24px.svg` dir --- features/Login.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/Login.qml') 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) { -- cgit v1.2.3