Skip to content

Commit 79c9143

Browse files
fix(html): keep original title Sample Database App as requested in code review
1 parent 1071c61 commit 79c9143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node-angular/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>NodeAngular</title>
5+
<title>Sample Database App</title>
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)