Skip to content

Commit

Permalink
Merge pull request #174 from usnistgov/fix/ODD960-contact-us
Browse files Browse the repository at this point in the history
Changed Contact Us to Help
  • Loading branch information
RayPlante authored Mar 18, 2021
2 parents 71d0e38 + d25d98e commit 9485307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/app/frame/headbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<span *ngIf="status" class="badge" id="appStatus" style="background-color:rgb(0, 114, 114)">{{ status }}</span>
<div class="header-links" style="float: right; vertical-align: bottom;">
<a href="/pdr/about" target="_blank"><b>About</b></a> |
<a href="{{contactLink}}" target="_blank"><b>Contact</b></a> |
<a href="{{contactLink}}" target="_blank"><b>Help</b></a> |
<a href="{{searchLink}}" target="_blank"><b>Search</b></a> |
<!-- Datacart (Download Manager) always disabled if edit is enabled -->
<a href="{{globalCartUrl}}" target="_blank" [ngStyle]="{'color':getMenuColor('Cart')}"
Expand Down

0 comments on commit 9485307

Please sign in to comment.