Skip to content

Commit e9008bd

Browse files
authored
Merge pull request #76 from StubberG3/develop
Frontend changes per 2/20 meeting
2 parents 56e2e10 + 2d642a4 commit e9008bd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

frontend/src/components/Footer/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Footer() {
6464
</div>
6565
</div>
6666
<div className="flex justify-center rounded px-4 py-2 ">
67-
© 2023 Balancer. All rights reserved.
67+
© 2024 Balancer. All rights reserved.
6868
</div>
6969
</footer>
7070
</div>

frontend/src/pages/About/About.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ function About() {
2626
<div className="text-3xl font-bold mt-20">Our mission</div>
2727
<div className="flex flex-col justify-between w-full">
2828
<div className="text-lg mt-8 text-gray-500">
29-
Bipolar disorder affects approximately 5.7 million adult Americans
30-
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank"> every year</a>.
31-
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as
32-
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank"> an increase in completed suicides</a>.
29+
Bipolar disorder affects approximately 5.7 million adult Americans {' '}
30+
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank">every year</a>.
31+
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as {' '}
32+
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank">an increase in completed suicides</a>.
3333
</div>
3434
<div className="text-lg mt-5 text-gray-500">
3535
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() {
5353
<div className="text-3xl font-bold">Support Us</div>
5454
<div className="text-lg mt-5 pr-56 pl-56 text-gray-500 flex flex-col items-center justify-center text-center">
5555
<div className="text-xl font-bold">
56-
Balancer is a not-for-profit, civic-minded, open-source project sponsored by
57-
<a href="https://codeforphilly.org/" className="underline" target="_blank"> Code for Philly</a>.
56+
Balancer is a not-for-profit, civic-minded, open-source project sponsored by {' '}
57+
<a href="https://codeforphilly.org/" className="underline" target="_blank">Code for Philly</a>.
5858
</div>
5959
<div className="mt-5">
6060
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.

frontend/src/pages/Feedback/Feedback.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Feedback() {
1010
<h2 className="desc">Feedback</h2>
1111
<p className="mx-auto mt-5 hidden
1212
max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block">
13-
Leave Feedback for the Balancer Team.
13+
Leave feedback for the Balancer Team.
1414
</p>
1515
<FeedbackForm />
1616
</div>

frontend/src/pages/Feedback/FeedbackForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const FeedbackForm = () => {
200200
className="block text-sm font-medium leading-6 text-gray-900"
201201
htmlFor="psychotic-no"
202202
>
203-
Bug
203+
Issue
204204
</label>
205205
<input
206206
id="general-improvements"
@@ -213,7 +213,7 @@ const FeedbackForm = () => {
213213
className="block text-sm font-medium leading-6 text-gray-900"
214214
htmlFor="psychotic-no"
215215
>
216-
General Improvements
216+
General Feedback
217217
</label>
218218
</div>
219219
</dd>

0 commit comments

Comments
 (0)