You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/components/features/feedback/feedback-modal.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ export function FeedbackModal({
21
21
22
22
return(
23
23
<ModalBackdroponClose={onClose}>
24
-
<ModalBody>
24
+
<ModalBodyclassName="border border-tertiary">
25
25
<BaseModalTitletitle="Feedback"/>
26
26
<BaseModalDescriptiondescription="To help us improve, we collect feedback from your interactions to improve our prompts. By submitting this form, you consent to us collecting this data."/>
0 commit comments