Skip to content

Commit 43b6657

Browse files
authored
Merge pull request #396 from StubberG3/balancer/395/sources
feat: #395 - Add balancer email to Data Sources page
2 parents c0d7e60 + 1309567 commit 43b6657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/pages/Help/DataSources.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const data: DataProps = {
1414
"publicly available peer-reviewed medical research, as well as " +
1515
"through extensive interviews with physicians and medical professionals " +
1616
"who treat patients with bipolar disorder." +
17-
" You may use this table to view all of our data sources."
17+
" You may use this table to view all of our data sources." +
18+
" To help us build our database, send your recommended publicly-available sources to "
1819
],
1920
};
2021

@@ -32,6 +33,9 @@ function HowTo() {
3233
<div className="flex flex-col px-2 py-2">
3334
<p className="font-satoshi text-sm text-gray-700">
3435
{data.paragraph[0]}
36+
<a href="mailto:balancerteam@codeforphilly.org" className="underline hover:border-blue-600 hover:text-blue-600 hover:no-underline">
37+
balancerteam@codeforphilly.org
38+
</a>.
3539
</p>
3640
</div>
3741
<div className="flex flex-col px-2 py-2 font-satoshi text-sm text-gray-700">

0 commit comments

Comments
 (0)