Skip to content

Commit

Permalink
remove BRC logo in footer, Ortho Assign Prot link to temp statci page
Browse files Browse the repository at this point in the history
(cherry picked from commit 4863527)
  • Loading branch information
aurreco-uga authored and dmfalke committed Sep 13, 2024
1 parent d3aa56e commit 3060ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions packages/libs/web-common/src/components/homepage/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ export const Footer: FunctionComponent<Props> = ({
<div className={cx('SiteFamilyRow')}>
<div className={cx('Copyright')}>
<div>
<a
target="_blank"
href="https://www.niaid.nih.gov/research/bioinformatics-resource-centers"
>
<img src="/assets/images/BRC_Logo_transparent-01.png"></img>
</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a
target="_blank"
href="https://globalbiodata.org/scientific-activities/global-core-biodata-resources"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function useHeaderMenuItems() {
key: 'proteome-upload',
display: 'Assign proteins to groups in Galaxy',
type: 'reactRoute',
url: '/galaxy-orientation',
url: makeStaticPageRoute(`/prot-mapping-warn.html`),
},
{
key: 'blast',
Expand Down Expand Up @@ -279,7 +279,7 @@ function useHeaderMenuItems() {
key: 'galaxy-analyses',
display: 'Assign my proteins to groups in Galaxy',
type: 'reactRoute',
url: '/galaxy-orientation',
url: makeStaticPageRoute(`/prot-mapping-warn.html`),
},
{
key: 'basket',
Expand Down

0 comments on commit 3060ee9

Please sign in to comment.