Skip to content

Commit

Permalink
core: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jan 18, 2024
1 parent f0cebd1 commit 4cc278e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added packages/core/static/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions packages/core/views/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{{#each styles}}
<link rel="stylesheet" href="{{ this }}" />
{{/each}}
<link rel="shortcut icon" href="/static/core/favicon.ico" />
</head>

<body>
Expand Down

0 comments on commit 4cc278e

Please sign in to comment.