Skip to content

Commit 1ca06c0

Browse files
committed
fix: proper favicon
1 parent 82e5617 commit 1ca06c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<script src="https://apis.google.com/js/platform.js" async defer></script>
8-
<title>Vite + React + TS</title>
8+
<title>CFMN - MetaKGP</title>
99
</head>
1010
<body>
1111
<div id="root"></div>

frontend/public/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)