Browse Source

Change top external button to point to marketplace website

CURA-8762
Jaime van Kessel 3 years ago
parent
commit
3b801e9f18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Marketplace/resources/qml/PackageCardHeader.qml

+ 1 - 1
plugins/Marketplace/resources/qml/PackageCardHeader.qml

@@ -119,7 +119,7 @@ Item
                     color: externalLinkButton.hovered ? UM.Theme.getColor("action_button_hovered"): "transparent"
                     radius: externalLinkButton.width / 2
                 }
-                onClicked: Qt.openUrlExternally(packageData.authorInfoUrl)
+                onClicked: Qt.openUrlExternally(packageData.marketplaceURL)
             }
         }