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
  • Loading branch information
aurreco-uga committed Sep 13, 2024
1 parent 9127b44 commit 4863527
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 @@ -44,13 +44,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 4863527

Please sign in to comment.