diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index d9db9f69..f53c9158 100644 Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid index 8ad4f662..cfd7cff4 100644 --- a/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid @@ -17,25 +17,4 @@ {% endif %} - - {% if learning_path.enrolled? == false %} - {% t shared.enroll %} - {% elsif learning_path.started? == false %} - {% t shared.learning_path.start %} - {% elsif learning_path.completed? %} - {% t shared.learning_path.view %} - {% else %} - {% t shared.continue %} - {% endif %} - +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %}