setFeedbackComment(e.target.value)}
- placeholder="Optional: add a comment..."
+ placeholder="What made this work well or poorly?"
className="flex-1 px-2 py-1 text-sm bg-port-bg border border-port-border rounded text-white placeholder-gray-500 focus:outline-hidden focus:border-port-accent min-h-[32px]"
maxLength={200}
/>
-
+ {feedbackState ? (
+
+ ) : (
+
+
+
+
+
+ )}