Skip to content

Commit 3d4809d

Browse files
corrected text
1 parent 4a66219 commit 3d4809d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/header-navigation/header-navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class HeaderNavigation {
99
render() {
1010
return (
1111
<header>
12-
<h1>Sanjeet Kumar's Homepage</h1>
12+
<h1>Sanjeet Kumar's Portfolio</h1>
1313
</header>
1414
);
1515
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html dir="ltr" lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Sanjeet Kumar Homepage</title>
5+
<title>Sanjeet Kumar's Portfolio</title>
66
<meta name="Description" content="Welcome to Sanjeet's Home Page. You can use this Stencil App Starter to build entire apps all with web components using Stencil!">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0, viewport-fit=cover">
88
<meta name="theme-color" content="#16161d">

0 commit comments

Comments
 (0)