diff --git a/modules/admin-home/rest/promotions.php b/modules/admin-home/rest/promotions.php index d825004f..ed02bdf2 100644 --- a/modules/admin-home/rest/promotions.php +++ b/modules/admin-home/rest/promotions.php @@ -68,9 +68,10 @@ public function get_promotions() { 'type' => 'go-send', 'image' => HELLO_THEME_IMAGES_URL . 'send-logo.gif', 'backgroundColor' => '#EFEFFF', - 'url' => 'https://go.elementor.com/Hello_send', + 'url' => Utils::get_plugin_install_url( 'send-app' ), 'alt' => __( 'Send', 'hello-elementor' ), 'title' => '', + 'target' => '_self', 'messages' => [ __( 'Connect any website to automated Email & SMS workflows in a click with Send.', 'hello-elementor' ), ],