diff options
Diffstat (limited to 'Profile.qml')
-rw-r--r-- | Profile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Profile.qml b/Profile.qml index 04f7cf0..02d8713 100644 --- a/Profile.qml +++ b/Profile.qml @@ -15,7 +15,7 @@ Page { ToolButton { id: backButton icon.name: "back-button" - icon.source: "assets/arrow-back-24px.svg" + icon.source: "/components/icons/arrow-back-24px.svg" highlighted: true onClicked: { pageView.pop() |