Update Welcome.cshtml (#2447)
You are on the Welcome page therefore the title should be 'Welcome' not 'About'.pull/2470/head
parent
0866de65c1
commit
1d391bbb57
|
@ -1,5 +1,5 @@
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "About";
|
ViewData["Title"] = "Welcome";
|
||||||
}
|
}
|
||||||
|
|
||||||
<h2>Welcome</h2>
|
<h2>Welcome</h2>
|
||||||
|
|
Loading…
Reference in New Issue