diff options
Diffstat (limited to 'features')
-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) { |