From 7fbbbcdf1aede34f1e4a0221c7154a03528dc143 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 18:28:39 +0700 Subject: removed and fixed some directories --- Login.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Login.qml') diff --git a/Login.qml b/Login.qml index 965d9ff..2f0f1c8 100644 --- a/Login.qml +++ b/Login.qml @@ -12,7 +12,7 @@ Page { ToolButton { id: toolButton icon.name: "back-button" - icon.source: "larva/components/icons/arrow-back-24px.svg" + icon.source: "assets/arrow-back-24px.svg" highlighted: true onClicked: if (pageView.depth > 1) -- cgit v1.2.3