From d7c334ce1bf616eee55a5f2fb0f28a1339a1e2d4 Mon Sep 17 00:00:00 2001 From: StubberG3 Date: Wed, 21 Feb 2024 15:02:01 -0500 Subject: [PATCH 1/3] fix: Update copyright year to 2024 --- frontend/src/components/Footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index f00f18ec..b194a0d9 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -64,7 +64,7 @@ function Footer() {
- © 2023 Balancer. All rights reserved. + © 2024 Balancer. All rights reserved.
From 02da1ec49cd46c642544e37846dc08d99dfd4994 Mon Sep 17 00:00:00 2001 From: StubberG3 Date: Wed, 21 Feb 2024 15:04:36 -0500 Subject: [PATCH 2/3] fix: Remove underline formating from empty spaces on About page --- frontend/src/pages/About/About.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/About/About.tsx b/frontend/src/pages/About/About.tsx index 022001f1..4077eb23 100644 --- a/frontend/src/pages/About/About.tsx +++ b/frontend/src/pages/About/About.tsx @@ -26,10 +26,10 @@ function About() {
Our mission
- Bipolar disorder affects approximately 5.7 million adult Americans - every year. - Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as - an increase in completed suicides. + Bipolar disorder affects approximately 5.7 million adult Americans {' '} + every year. + Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as {' '} + an increase in completed suicides.
The team behind Balancer believes that building a searchable, interactive and user-friendly research tool for bipolar medications has the potential to improve the health and well-being of people with bipolar disorder. @@ -53,8 +53,8 @@ function About() {
Support Us
- Balancer is a not-for-profit, civic-minded, open-source project sponsored by - Code for Philly. + Balancer is a not-for-profit, civic-minded, open-source project sponsored by {' '} + Code for Philly.
We are currently seeking donations to fund the next phase of development. Your contribution will go towards website domains and hosting, helpdesk software and marketing efforts. From 2d642a426c786d69a50a02264c85e09ea98e42a5 Mon Sep 17 00:00:00 2001 From: StubberG3 Date: Wed, 21 Feb 2024 15:08:39 -0500 Subject: [PATCH 3/3] fix: Feedback form label changes --- frontend/src/pages/Feedback/Feedback.tsx | 2 +- frontend/src/pages/Feedback/FeedbackForm.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.

diff --git a/frontend/src/pages/Feedback/FeedbackForm.tsx b/frontend/src/pages/Feedback/FeedbackForm.tsx index 769cf0c7..fc0348b1 100644 --- a/frontend/src/pages/Feedback/FeedbackForm.tsx +++ b/frontend/src/pages/Feedback/FeedbackForm.tsx @@ -200,7 +200,7 @@ const FeedbackForm = () => { 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