Skip to content

Commit d0a8f9a

Browse files
authored
Merge pull request #4 from aj-enns/250
Update error message heading from h3 to h4 for improved styling
2 parents c7d8cf7 + 4cc5e82 commit d0a8f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Pages/Error.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
<h1 class="text-danger">Error.</h1>
8-
<h3 class="text-danger">An error occurred while processing your request.</h3>
8+
<h4 class="text-danger">An error occurred while processing your request.</h4>
99

1010
@if (Model.ShowRequestId)
1111
{

0 commit comments

Comments
 (0)