Skip to content

Commit

Permalink
Merge pull request #76 from StubberG3/develop
Browse files Browse the repository at this point in the history
Frontend changes per 2/20 meeting
  • Loading branch information
taichan03 authored Feb 21, 2024
2 parents 56e2e10 + 2d642a4 commit e9008bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Footer() {
</div>
</div>
<div className="flex justify-center rounded px-4 py-2 ">
© 2023 Balancer. All rights reserved.
© 2024 Balancer. All rights reserved.
</div>
</footer>
</div>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/pages/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function About() {
<div className="text-3xl font-bold mt-20">Our mission</div>
<div className="flex flex-col justify-between w-full">
<div className="text-lg mt-8 text-gray-500">
Bipolar disorder affects approximately 5.7 million adult Americans
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank"> every year</a>.
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank"> an increase in completed suicides</a>.
Bipolar disorder affects approximately 5.7 million adult Americans {' '}
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank">every year</a>.
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as {' '}
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796048/" className="underline" target="_blank">an increase in completed suicides</a>.
</div>
<div className="text-lg mt-5 text-gray-500">
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.
Expand All @@ -53,8 +53,8 @@ function About() {
<div className="text-3xl font-bold">Support Us</div>
<div className="text-lg mt-5 pr-56 pl-56 text-gray-500 flex flex-col items-center justify-center text-center">
<div className="text-xl font-bold">
Balancer is a not-for-profit, civic-minded, open-source project sponsored by
<a href="https://codeforphilly.org/" className="underline" target="_blank"> Code for Philly</a>.
Balancer is a not-for-profit, civic-minded, open-source project sponsored by {' '}
<a href="https://codeforphilly.org/" className="underline" target="_blank">Code for Philly</a>.
</div>
<div className="mt-5">
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.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Feedback/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Feedback() {
<h2 className="desc">Feedback</h2>
<p className="mx-auto mt-5 hidden
max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block">
Leave Feedback for the Balancer Team.
Leave feedback for the Balancer Team.
</p>
<FeedbackForm />
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/Feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
Bug
Issue
</label>
<input
id="general-improvements"
Expand All @@ -213,7 +213,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
General Improvements
General Feedback
</label>
</div>
</dd>
Expand Down

0 comments on commit e9008bd

Please sign in to comment.