Skip to content

Commit cea2484

Browse files
authored
Merge pull request #1550 from BRCAChallenge/UserInterfaceTweaks
Minor user interface tweaks: updated the Contact Us email address, po…
2 parents ff8f48d + b708b7f commit cea2484

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

website/js/NavBarNew.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ var NavBarNew = React.createClass({
134134
<NavLink onClick={this.close} to='/about/api'>
135135
Webservices for API Data Access
136136
</NavLink>
137-
<NavLink onClick={this.close} to='/about/app'>
138-
The Mobile App
139-
</NavLink>
140137
<NavLink onClick={this.close} to='/about/dataSubmissionPolicy'>
141138
Data Submission Policy
142139
</NavLink>

website/js/components/DonationBar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const DonationBar = React.createClass({
99
return (
1010
<div className="donation-bar">
1111
<p>
12-
We are excited to introduce provisional assignments of the ACMG evidence codes for all variants in BRCA Exchange! Please see our <a style={{textDecoration: 'underline'}} href="https://brcaexchange.org/blog/index.php/2024/08/14/new-feature-acmg-evidence-code-provisional-assignments/">latest blog post</a> for more information
12+
We are committed to making BRCA Exchange more accessible to a general audience. If you are a patient, previvor or other member of the general public, please visit our <a style={{textDecoration: 'underline'}}
13+
href="https://docs.google.com/forms/d/e/1FAIpQLSec850bV5iIg3ZFxmPkcM4XeztLtoxQsjtgzqVNZXq_0KzjpA/viewform">survey!</a> Thank you for your time!
1314
</p>
1415
</div>
1516
);

website/js/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ var Footer = React.createClass({
113113
<li><a href="/">Home</a></li>
114114
<li><a href="/about/history">About</a></li>
115115
<li><a href="/variants">Variants</a></li>
116-
<li><a href="/about/app">Mobile App</a></li>
117116
<li><a href="/about/api">API</a></li>
118117
<li><a href="https://brcaexchange.org/blog">Blog</a></li>
119118
</ul>
@@ -135,7 +134,7 @@ var Footer = React.createClass({
135134
</a>
136135
</li>
137136
<li>
138-
<a href="mailto:brca-exchange-contact@genomicsandhealth.org?subject=BRCA Exchange website">
137+
<a href="mailto:brcaexchange@gmail.com?subject=BRCA Exchange website">
139138
Contact us
140139
</a>
141140
</li>

0 commit comments

Comments
 (0)