diff --git a/src/assets/images/thanks-page/hands-plant-v3.png b/src/assets/images/thanks-page/hands-plant-v3.png new file mode 100644 index 00000000000..4b9d34b99b2 Binary files /dev/null and b/src/assets/images/thanks-page/hands-plant-v3.png differ diff --git a/src/assets/images/thanks-page/hands-plant.gif b/src/assets/images/thanks-page/hands-plant.gif deleted file mode 100644 index e3c066a682d..00000000000 Binary files a/src/assets/images/thanks-page/hands-plant.gif and /dev/null differ diff --git a/src/components/GoalSetting/GoalSettingContainer.vue b/src/components/GoalSetting/GoalSettingContainer.vue index cfc67c84e4c..f98fb47245c 100644 --- a/src/components/GoalSetting/GoalSettingContainer.vue +++ b/src/components/GoalSetting/GoalSettingContainer.vue @@ -83,6 +83,7 @@ :goal-progress="goalProgress" :is-goal-completed="isGoalCompleted" show-goal-value-props-copy + use-direct-question-title @set-goal-target="setTarget($event)" @set-goal="setGoal($event)" @update-goal="updateGoal($event)" diff --git a/src/components/MyKiva/FeaturedGoalCard.vue b/src/components/MyKiva/FeaturedGoalCard.vue index 470f1b0ae21..024d4784a23 100644 --- a/src/components/MyKiva/FeaturedGoalCard.vue +++ b/src/components/MyKiva/FeaturedGoalCard.vue @@ -28,8 +28,10 @@ >

-

- {{ goalCopy.TITLE_HOW_MANY_LOANS_GENERIC }} +

( VALID_STATES.includes(props.state) ? props.state : STATE_NO_GOAL )); -const noGoalTitle = computed(() => goalCopy.titleNoGoalYetWomensDefault()); +const noGoalTitle = computed(() => goalCopy.titleGoalSignupWomensLastYear(props.prevYearLoans)); +const noGoalSubtitle = goalCopy.subtitleNoGoalYetEntrypoint(); const visibleProgress = computed(() => Math.min(props.goalProgress, props.goalTarget)); diff --git a/src/components/MyKiva/GoalSetting/GoalSelector.vue b/src/components/MyKiva/GoalSetting/GoalSelector.vue index b6908c5b1b4..704aca6109b 100644 --- a/src/components/MyKiva/GoalSetting/GoalSelector.vue +++ b/src/components/MyKiva/GoalSetting/GoalSelector.vue @@ -1,5 +1,8 @@