diff --git a/src/qml/components/HeaderNavigation.qml b/src/qml/components/HeaderNavigation.qml index 39f550c..3122587 100644 --- a/src/qml/components/HeaderNavigation.qml +++ b/src/qml/components/HeaderNavigation.qml @@ -58,14 +58,6 @@ Item { highlighted: app.currentPage === "history" onClicked: app.navigateToHistory() } - - Item { Layout.fillWidth: true } - - Button { - text: qsTr("About") - highlighted: app.currentPage === "about" - onClicked: app.navigateToAbout() - } } ColumnLayout {