Skip to content

Commit

Permalink
fix: Logo link and npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 15, 2024
1 parent 9560bbb commit ed84478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"esbuild": "^0.19.5",
"esbuild-plugin-elm": "^0.0.12"
},
"engine": {
"node": ">=20.0.0"
"engines": {
"node": ">=20.0.0",
"npm": ">=7.0.0"
}
}
2 changes: 1 addition & 1 deletion web/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ view model =
[ nav [ class "nav" ]
[ div [ class "nav-left" ]
[ a [ class "brand" ]
[ img [ src "/bifrost.webp", alt "Bifrost" ] []
[ img [ src "bifrost.webp", alt "Bifrost" ] []
, text "Bifrost"
]
]
Expand Down

0 comments on commit ed84478

Please sign in to comment.