Skip to content

Commit

Permalink
Improve formatting and abbreviate
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 authored Feb 22, 2024
1 parent b05901f commit 22bc00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function App() {
countries.
</p>
<p>
Try Harmony with two example PDFs: <a style={{ color: "white" }} href="https://adaa.org/sites/default/files/GAD-7_Anxiety-updated_0.pdf">GAD-7 PDF</a> vs <a style={{ color: "white" }} href="https://www.apa.org/depression-guideline/patient-health-questionnaire.pdf">PHQ-9 PDF</a>.
Try two example PDFs: <a target="gad7-pdf" style={{ color: "white" }} href="https://adaa.org/sites/default/files/GAD-7_Anxiety-updated_0.pdf">GAD-7 PDF</a> vs <a target="phq-pdf" style={{ color: "white" }} href="https://www.apa.org/depression-guideline/patient-health-questionnaire.pdf">PHQ-9 PDF</a>.
</p>
<p>
<a
Expand Down

0 comments on commit 22bc00b

Please sign in to comment.