diff --git a/ui/app/AppLayouts/Browser/BrowserLayout.qml b/ui/app/AppLayouts/Browser/BrowserLayout.qml index 71837c5e63..d379730685 100644 --- a/ui/app/AppLayouts/Browser/BrowserLayout.qml +++ b/ui/app/AppLayouts/Browser/BrowserLayout.qml @@ -512,6 +512,7 @@ property Component sendTransactionModalComponent: SignTransactionModal {} anchors.top: parent.top anchors.topMargin: browserHeader.height focus: true + url: "https://dap.ps" webChannel: channel onLinkHovered: function(hoveredUrl) { if (hoveredUrl === "") diff --git a/ui/app/AppLayouts/Profile/Sections/Ens/TermsAndConditions.qml b/ui/app/AppLayouts/Profile/Sections/Ens/TermsAndConditions.qml index a5b6637166..bbbbb48fa3 100644 --- a/ui/app/AppLayouts/Profile/Sections/Ens/TermsAndConditions.qml +++ b/ui/app/AppLayouts/Profile/Sections/Ens/TermsAndConditions.qml @@ -228,7 +228,7 @@ Item { //% "Wallet address" label: qsTrId("wallet-address") text: walletModel.getDefaultAddress() - textToCopy: profileModel.profile.address + textToCopy: text anchors.left: parent.left anchors.leftMargin: 24 anchors.top: ensUsername.bottom @@ -294,11 +294,9 @@ Item { Image { id: image1 height: 50 - width: 50 - sourceSize.width: width - sourceSize.height: height - fillMode: Image.PreserveAspectFit - source: "../../../../../shared/img/status-logo.png" + width: height + source: Style.current.name === Constants.lightThemeName ? "../../../../../shared/img/status-logo-light-theme.svg" : "../../../../../shared/img/status-logo.svg" + sourceSize: Qt.size(width, height) } StyledText {