From 01c5c3bb65e86ba384a81886f5fbd465f06454d7 Mon Sep 17 00:00:00 2001 From: StubberG3 Date: Tue, 5 Mar 2024 18:31:37 -0500 Subject: [PATCH 1/2] fix: Make the word 'Feedback' lowercase in the subtitle under the heading --- frontend/src/pages/Feedback/Feedback.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Feedback/Feedback.tsx b/frontend/src/pages/Feedback/Feedback.tsx index 4497c821..d4e61e40 100644 --- a/frontend/src/pages/Feedback/Feedback.tsx +++ b/frontend/src/pages/Feedback/Feedback.tsx @@ -10,7 +10,7 @@ function Feedback() {

Feedback

- Leave Feedback for the Balancer Team. + Leave feedback for the Balancer Team.

From b6c7bee6b7c9388f632b32e5619f0abf3b3bd5d3 Mon Sep 17 00:00:00 2001 From: StubberG3 Date: Tue, 5 Mar 2024 18:32:26 -0500 Subject: [PATCH 2/2] fix: Update labels of 'Feedback Type' radio buttons --- frontend/src/pages/Feedback/FeedbackForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Feedback/FeedbackForm.tsx b/frontend/src/pages/Feedback/FeedbackForm.tsx index 769cf0c7..68a3b2a1 100644 --- a/frontend/src/pages/Feedback/FeedbackForm.tsx +++ b/frontend/src/pages/Feedback/FeedbackForm.tsx @@ -187,7 +187,7 @@ const FeedbackForm = () => { className="block text-sm font-medium leading-6 text-gray-900" htmlFor="psychotic-yes" > - Feature Request + Feature request { className="block text-sm font-medium leading-6 text-gray-900" htmlFor="psychotic-no" > - Bug + Issue { className="block text-sm font-medium leading-6 text-gray-900" htmlFor="psychotic-no" > - General Improvements + General feedback