Skip to content

Commit c27c1ba

Browse files
Make header consistent across samples
1 parent 2947e1f commit c27c1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React.Sample.Mvc4/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<body>
1111
<div class="container">
1212
<div class="jumbotron">
13-
<h1 class="display-4">Hello, ReactJS.NET!</h1>
13+
<h1 class="display-4">ASP.NET MVC Sample</h1>
14+
<hr className="my-4" />
1415
<p class="lead">
1516
This is an example of ReactJS.NET's server-side rendering. The initial state of this
1617
comments box is rendered server-side, and additional data is loaded via AJAX and rendered
1718
client-side.
1819
</p>
19-
<hr class="my-4">
2020
<!-- Render the component server-side, passing initial props -->
2121
@Html.React("CommentsBox", new { initialComments = Model.Comments, page = Model.Page })
2222
<!-- Load all required scripts (React + the site's scripts) -->

0 commit comments

Comments
 (0)