diff --git a/ui/app/AppLayouts/Profile/ProfileLayout.qml b/ui/app/AppLayouts/Profile/ProfileLayout.qml index 14a20ef779..7f1dbef180 100644 --- a/ui/app/AppLayouts/Profile/ProfileLayout.qml +++ b/ui/app/AppLayouts/Profile/ProfileLayout.qml @@ -225,7 +225,7 @@ StatusSectionLayout { } function getReleaseNotes() { - console.log("TODO: getReleaseNotes") + openLink("https://github.com/status-im/status-desktop/releases/%1".arg(getCurrentVersion())) } function openLink(url) { diff --git a/ui/app/AppLayouts/Profile/views/AboutView.qml b/ui/app/AppLayouts/Profile/views/AboutView.qml index 7c179f7db1..62cc4ad904 100644 --- a/ui/app/AppLayouts/Profile/views/AboutView.qml +++ b/ui/app/AppLayouts/Profile/views/AboutView.qml @@ -75,11 +75,11 @@ SettingsContentBase { implicitHeight: 64 components: [ StatusIcon { - icon: "chevron-down" - rotation: 270 + icon: "next" color: Theme.palette.baseColor1 } ] + onClicked: root.store.openLink("https://status.im/about/#our-principles") } Column {