diff options
Diffstat (limited to 'Login.qml')
-rw-r--r-- | Login.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |