Skip to content

Commit 4cc5e82

Browse files
committed
Update error message heading from h3 to h4 for improved styling
1 parent 15d1d95 commit 4cc5e82

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)