diff --git a/src/app/mainview/components/WelcomePage.qml b/src/app/mainview/components/WelcomePage.qml
index b4eb206c472a7655c79091d24243fc25191ebcf1..ba250884e4d705eaecf59ca2d1c7689dc6f0b2d3 100644
--- a/src/app/mainview/components/WelcomePage.qml
+++ b/src/app/mainview/components/WelcomePage.qml
@@ -261,16 +261,14 @@ ListSelectionView {
                     TextMetrics {
                         id: textSize
                         font.weight: Font.Bold
-                        font.pixelSize: 20
                         font.capitalization: Font.AllUppercase
                         text: aboutJami.text
                     }
 
                     tertiary: true
                     anchors.horizontalCenter: parent.horizontalCenter
-                    preferredWidth: textSize.width
+                    preferredWidth: text.width
                     text: JamiStrings.aboutJami
-                    fontSize: 12
 
                     onClicked: viewCoordinator.presentDialog(appWindow, "mainview/components/AboutPopUp.qml")
                 }