Skip to content

Commit 34f4a2c

Browse files
Merge pull request #28 from Vachhani-Tapan/fix/browser-tab-title
- Update the browser tab title from "Vite + React" to "LearnHub" - Replace the default Vite branding with the project name - Closes #26
2 parents 451a6b9 + 84f2985 commit 34f4a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
7+
<title>LearnHub</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)