Skip to content

Commit

Permalink
favicon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharovatd committed Dec 16, 2024
1 parent 64a2fde commit 545a0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>NovaMusic</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/public/images/icons/logo.svg">
<link rel="icon" href="images/logo.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import './index.scss';
import { App } from './app/app.js';
import "../public/images/icons/logo.svg";

// if ('serviceWorker' in navigator) {
// navigator.serviceWorker
Expand Down

0 comments on commit 545a0e9

Please sign in to comment.