Skip to content

Commit

Permalink
fix logo href
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Sep 5, 2024
1 parent a31e18d commit 396a26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<body class="{{ bodyClass }} vf-body vf-stack vf-stack--400">
<header class="vf-global-header">
{% render '@vf-logo', {
href: 'https://intervenegeneticscores.org/' | url,
logo_href: 'https://intervenegeneticscores.org/' | url,
logo_text: 'INTERVENE Platform',
"hidden_text" : false,
image: 'images/logo.png' }
Expand Down

0 comments on commit 396a26a

Please sign in to comment.