chenbhao commited on
Commit
ef6f0a0
·
1 Parent(s): b925a97

chore: questionnaire rename

Browse files
src/components/FeedbackSurvey/FeedbackSurveyView.tsx CHANGED
@@ -18,7 +18,7 @@ const inputToResponse: Record<ResponseInput, FeedbackSurveyResponse> = {
18
  '3': 'good'
19
  } as const;
20
  export const isValidResponseInput = (input: string): input is ResponseInput => (RESPONSE_INPUTS as readonly string[]).includes(input);
21
- const DEFAULT_MESSAGE = 'How is Claude doing this session? (optional)';
22
  export function FeedbackSurveyView(t0) {
23
  const $ = _c(15);
24
  const {
 
18
  '3': 'good'
19
  } as const;
20
  export const isValidResponseInput = (input: string): input is ResponseInput => (RESPONSE_INPUTS as readonly string[]).includes(input);
21
+ const DEFAULT_MESSAGE = 'How is VersperClaw doing this session? (optional)';
22
  export function FeedbackSurveyView(t0) {
23
  const $ = _c(15);
24
  const {