Skip to content

Commit

Permalink
feat: added links to footer (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten authored and MillenniumFalconMechanic committed Nov 19, 2024
1 parent cae8fd7 commit 3ae92e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions site-config/brc-analytics/local/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ export function makeConfig(browserUrl: string): SiteConfig {
floating,
footer: {
Branding: C.Branding(),
navLinks: [
{
label: "BV-BRC",
url: "https://www.bv-brc.org/",
},
{
label: "Pathogen Data Network",
url: "https://pathogendatanetwork.org/",
},
],
},
header: {
logo: C.Logo({
Expand Down

0 comments on commit 3ae92e3

Please sign in to comment.