Skip to content

Commit

Permalink
dynamic title
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jun 28, 2024
1 parent 2cd7b41 commit 466858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/CustomerCenter/Views/FeedbackSurveyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct FeedbackSurveyView: View {

var body: some View {
VStack {
Text("Why are you cancelling?")
Text(feedbackSurveyData.configuration.title)
.font(.title)
.padding()

Expand Down

0 comments on commit 466858a

Please sign in to comment.