Skip to content

Commit 30cd197

Browse files
committed
Refactor Index.cshtml to update the "Add a message" panel title
1 parent ddd8bd8 commit 30cd197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form method="post">
1313
<div class="panel panel-default">
1414
<div class="panel-heading">
15-
<h3 class="panel-title">Add a message v1.0</h3>
15+
<h3 class="panel-title">Add a message v1</h3>
1616
</div>
1717
<div class="panel-body">
1818
<div class="form-group">

0 commit comments

Comments
 (0)