Skip to content

Commit

Permalink
remove galaxy links in genomic sites
Browse files Browse the repository at this point in the history
  • Loading branch information
aurreco-uga committed Sep 24, 2024
1 parent 2fe1ef5 commit 1931540
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,6 @@ const useHeaderMenuItems = (
include: [VectorBase],
},
},
{
key: 'galaxy',
display: 'Galaxy',
type: 'reactRoute',
url: makeStaticPageRoute(`/genomics-galaxy-warn.html`),
},
{
key: 'jbrowse',
display: 'Genome browser',
Expand Down Expand Up @@ -610,12 +604,6 @@ const useHeaderMenuItems = (
display: 'My Workspace',
type: 'subMenu',
items: [
{
key: 'galaxy-analyses',
display: 'Analyze my data (Galaxy)',
type: 'reactRoute',
url: makeStaticPageRoute(`/genomics-galaxy-warn.html`),
},
{
key: 'basket',
display: 'My baskets',
Expand Down

0 comments on commit 1931540

Please sign in to comment.