Skip to content

Commit

Permalink
feat: add favicon (#182)
Browse files Browse the repository at this point in the history
* feat: added favicon from netwerkdigitaalerfgoed.nl

* fix: use local assets for favicon

* chore: fixed typo

Co-authored-by: Wouter Janssens <wouter@digita.ai>
  • Loading branch information
lem-onade and wouteraj authored May 18, 2021
1 parent 3a60ba8 commit fe0d06d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/nde-erfgoed-manage/lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
var global = globalThis;
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/favicon-180.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16.png">
</head>
<body>

Expand Down

0 comments on commit fe0d06d

Please sign in to comment.