Skip to content

Commit 2c66bd2

Browse files
authored
Merge pull request #74 from Project-MONAI/update-favicon
Update favicon to use MONAI-logo_favicon.png across all pages
2 parents 7a94540 + 2aa9a55 commit 2c66bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<meta name="twitter:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
2828

2929
<!-- Favicon -->
30-
<link rel="shortcut icon" href="./assets/img/favicon.png" type="image/png">
31-
<link rel="apple-touch-icon" href="./assets/img/favicon.png">
30+
<link rel="shortcut icon" href="./assets/logo/MONAI-logo_favicon.png" type="image/png">
31+
<link rel="apple-touch-icon" href="./assets/logo/MONAI-logo_favicon.png">
3232

3333
<!-- Stylesheets -->
3434
<link rel="stylesheet" type="text/css" href="./assets/css/animate.css">

0 commit comments

Comments
 (0)