Skip to content

Commit 1c20b1d

Browse files
Update title
1 parent c7f71b8 commit 1c20b1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

2-copy-of-code/lesson-06/ecommerce-project/index.html

+1-1
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>Ecommerce Project</title>
7+
88

99
<!-- Load a font called Roboto from Google Fonts. -->
1010
<link rel="preconnect" href="https://fonts.googleapis.com">

2-copy-of-code/lesson-06/ecommerce-project/src/pages/HomePage.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import './HomePage.css';
44
export function HomePage() {
55
return (
66
<>
7+
<title>Ecommerce Project</title>
8+
79
<Header />
810

911
<div className="home-page">

0 commit comments

Comments
 (0)