mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
revert: unneeded change.
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user