diff --git a/inc/customizer/traits/features_upsell.php b/inc/customizer/traits/features_upsell.php
index f854523051..436c1a4b54 100644
--- a/inc/customizer/traits/features_upsell.php
+++ b/inc/customizer/traits/features_upsell.php
@@ -40,9 +40,9 @@ trait Features_Upsell {
*/
private function to_json_features() {
return array(
- 'features_list' => $this->features_list,
- 'title' => $this->title,
- 'url_page_section' => $this->url_page_section,
+ 'features_list' => $this->features_list,
+ 'title' => $this->title,
+ 'compare_url' => tsdk_translate_link( tsdk_utmify( 'https://themeisle.com/themes/neve/pricing/#compare', $this->url_page_section ) ),
);
}
@@ -76,7 +76,7 @@ private function render_features_body() {
button_text ); ?>
-
+
→
@@ -114,7 +114,7 @@ private function render_features_body_template() {
<# } #>
-
+
→