Skip to content

Commit

Permalink
Merge pull request #417 from molgenis/fix/favicon
Browse files Browse the repository at this point in the history
fix(favicon): load favicon from root
  • Loading branch information
mswertz authored Apr 2, 2023
2 parents b7e3d43 + 99aadd6 commit 823e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/public/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Armadillo</title>
</head>
<body>
Expand Down

0 comments on commit 823e699

Please sign in to comment.