Skip to content

Commit

Permalink
Merge pull request #69 from furu2revival/fix/title-favicon
Browse files Browse the repository at this point in the history
fix: fix title and favicon
  • Loading branch information
Tsukina-7mochi authored Oct 27, 2024
2 parents 21f7dce + cf12165 commit c91a6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/ico" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Furu Furu Musicbox</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added frontend/src/assets/favicon.ico
Binary file not shown.

0 comments on commit c91a6b5

Please sign in to comment.