Skip to content

Commit f7afd34

Browse files
authored
Fix html titles (#235)
1 parent 4bf4b43 commit f7afd34

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

recipes/ButtonsHalogenHooks/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title>ButtonsHalogenHooks</title>
77
</head>
88

99
<body>

recipes/FileUploadHalogenHooks/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title>FileUploadHalogenHooks</title>
77
</head>
88

99
<body>

recipes/GroceriesHalogenHooks/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title><GroceriesHalogenHooks/title>
77
</head>
88

99
<body>

recipes/HelloHalogenHooks/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title>HelloHalogenHooks</title>
77
</head>
88

99
<body>

recipes/RoutingHashHalogenClassic/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title>RoutingHashHalogenClassic</title>
77
</head>
88

99
<body>

recipes/RoutingPushHalogenClassic/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Render routes</title>
6+
<title><RoutingPushHalogenClassic</title>
77
</head>
88

99
<body>

0 commit comments

Comments
 (0)