Skip to content

Commit 6166f4b

Browse files
add one more project
1 parent f4b5688 commit 6166f4b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ export class AppProfile {
103103
<td>React 18.2</td>
104104
</tr>
105105
<tr>
106+
<td>ionic-web-app</td>
107+
<td><a href="https://sanjeetkumaritoutlook.github.io/ionic-web-app/" target="_blank">Visit</a></td>
108+
<td>Angular 17</td>
109+
</tr>
110+
<tr>
106111
<td>angular-local-stenciljs</td>
107112
<td><a href="https://sanjeetkumaritoutlook.github.io/angular-local-stenciljs/" target="_blank">Visit</a></td>
108113
<td>Angular 12</td>

src/components/app-root/app-root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AppRoot {
1515
<div>
1616
<header>
1717
<h1 onClick={() => Router.push("/")}>
18-
Stencil App Starter
18+
Home
1919
</h1>
2020
<header-navigation></header-navigation>
2121
</header>

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>-by Sanjeet Kumar</h1>
12+
<h1>Stencil App Starter - by Sanjeet Kumar</h1>
1313
</header>
1414
);
1515
}

0 commit comments

Comments
 (0)