Skip to content

Commit

Permalink
feat: add favicon (#52)
Browse files Browse the repository at this point in the history
Use the same SVG icon as in bpmn-visualization and bpmn-visualization-examples. Move all assets to a dedicated subdirectory of 'src' for clarity.
  • Loading branch information
tbouffard authored Oct 24, 2022
1 parent 6200bbc commit 227ddbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<head>
<title>ICP demo 2022 based on BPI 2019</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/favicon.svg">
<!-- The documentation of Spectre CSS: https://github.com/picturepan2/spectre -->
<link rel="stylesheet" href="node_modules/spectre.css/dist/spectre.min.css">
<link rel="stylesheet" href="src/styles.css">
<link rel="stylesheet" href="src/assets/styles.css">
<script type="module" src="src/index.js"></script>
</head>
<header class="mb-2">
Expand Down
1 change: 1 addition & 0 deletions src/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.

0 comments on commit 227ddbb

Please sign in to comment.