From 4cc5e82493a1f00ab1806ca48ccd4b76c4047c3e Mon Sep 17 00:00:00 2001 From: AJ Enns Date: Fri, 13 Sep 2024 12:15:14 -0500 Subject: [PATCH] Update error message heading from h3 to h4 for improved styling --- src/Application/src/RazorPagesTestSample/Pages/Error.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/src/RazorPagesTestSample/Pages/Error.cshtml b/src/Application/src/RazorPagesTestSample/Pages/Error.cshtml index b34f2566..3b868b7a 100644 --- a/src/Application/src/RazorPagesTestSample/Pages/Error.cshtml +++ b/src/Application/src/RazorPagesTestSample/Pages/Error.cshtml @@ -5,7 +5,7 @@ }

Error.

-

An error occurred while processing your request.

+

An error occurred while processing your request.

@if (Model.ShowRequestId) {