revert: unneeded change.

This commit is contained in:
Darshan
2025-12-03 18:17:36 +05:30
parent 39b4b16f7b
commit 10e28a2ef6
+2 -2
View File
@@ -30,12 +30,12 @@ export type FeedbackOption = {
export const feedbackOptions: FeedbackOption[] = [
{
type: 'general',
desc: `Imagine evolves with your input. Share your thoughts and help us improve Imagine.`,
desc: `${resolvedProfile.platform} evolves with your input. Share your thoughts and help us improve ${resolvedProfile.platform}.`,
component: FeedbackGeneral
},
{
type: 'nps',
desc: `How likely are you to recommend Imagine to a friend or colleague?`,
desc: `How likely are you to recommend ${resolvedProfile.platform} to a friend or colleague?`,
component: FeedbackNps
}
];