Skip to content

Commit

Permalink
Fixed path for favicon in index file
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-vedam committed Nov 13, 2024
1 parent b06636d commit 2ceba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<style>
html, body, * { padding: 0; margin: 0}
</style>
<link rel="icon" href="public/assets/favicon.svg" type="image/svg+xml">
<link rel="icon" href="assets/favicon.svg" type="image/svg">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 2ceba7a

Please sign in to comment.