Skip to content

Commit

Permalink
fix: navlinks open in new tab (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Nov 20, 2024
1 parent f2fc945 commit 1b35763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site-config/brc-analytics/local/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ANCHOR_TARGET } from "@databiosphere/findable-ui/lib/components/Links/common/entities";
import { SiteConfig } from "@databiosphere/findable-ui/lib/config/entities";
import { EntityConfig } from "@databiosphere/findable-ui/src/config/entities";
import { BRCDataCatalogGenome } from "../../../app/apis/catalog/brc-analytics-catalog/common/entities";
Expand Down Expand Up @@ -44,10 +45,12 @@ export function makeConfig(browserUrl: string, gitHubUrl: string): SiteConfig {
navLinks: [
{
label: "BV-BRC",
target: ANCHOR_TARGET.BLANK,
url: "https://www.bv-brc.org/",
},
{
label: "Pathogen Data Network",
target: ANCHOR_TARGET.BLANK,
url: "https://pathogendatanetwork.org/",
},
],
Expand Down

0 comments on commit 1b35763

Please sign in to comment.