Skip to content

Commit

Permalink
fix the Title and favicon image
Browse files Browse the repository at this point in the history
  • Loading branch information
codervivek5 committed May 31, 2024
1 parent 5c2593b commit f95c49d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Front-with-React/VigyBag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/Logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>VigyBag - Eco friendly store</title>
</head>
<body>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down

0 comments on commit f95c49d

Please sign in to comment.