diff --git a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--dark.png b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--dark.png index 3532dbc80cf1f..edf28161ae61a 100644 Binary files a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--dark.png and b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--dark.png differ diff --git a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--light.png b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--light.png index eb05e81b636e6..0b0847a7b8755 100644 Binary files a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--light.png and b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal--light.png differ diff --git a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--dark.png b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--dark.png index 2dd7283095548..c6b5e2cb2c58c 100644 Binary files a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--dark.png and b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--dark.png differ diff --git a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--light.png b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--light.png index 0c012899edfa2..fd3ae5c55eaf9 100644 Binary files a/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--light.png and b/frontend/__snapshots__/scenes-other-billing--billing-unsubscribe-modal-data-pipelines--light.png differ diff --git a/frontend/src/scenes/billing/billingProductLogic.ts b/frontend/src/scenes/billing/billingProductLogic.ts index 53c1a6b1b32a7..4c5dd2130577b 100644 --- a/frontend/src/scenes/billing/billingProductLogic.ts +++ b/frontend/src/scenes/billing/billingProductLogic.ts @@ -28,6 +28,8 @@ export const UNSUBSCRIBE_REASONS: UnsubscribeReason[] = [ { reason: 'Poor customer support', question: 'Please provide details on your support experience.' }, { reason: 'Too difficult to use', question: 'What was difficult to use?' }, { reason: 'Not enough hedgehogs', question: 'How many hedgehogs do you need? (but really why are you leaving)' }, + { reason: 'Shutting down', question: "We're sorry to hear that ❤️. What was your favorite feature?" }, + { reason: 'Technical issues', question: 'What technical problems did you experience?' }, { reason: 'Other (let us know below!)', question: 'Why are you leaving?' }, ] @@ -329,8 +331,7 @@ export const billingProductLogic = kea([ const reasonObject = UNSUBSCRIBE_REASONS.find((r) => r.reason === reason) return reasonObject?.question }) - .join(' ') - .concat(' (required)') + .join('\n') }, ], isSessionReplayWithAddons: [