style: reword failure message

This commit is contained in:
Oliver Booth 2023-09-25 19:57:47 +01:00
parent 5644dfd2e3
commit 00aed04181
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
else
{
<h1 class="display-4 text-danger"><i class="fa-solid fa-circle-xmark"></i> A problem occured</h1>
<p>Sorry, something went wrong. This has been logged and if I'll get to it soon.</p>
<p>Sorry, something went wrong. This has been logged and if it's a problem on my end, I'll get to it soon.</p>
<p>
You can <a asp-page="Index">try again</a>, or check out my <a asp-page="/Blog/Index">blog</a> or
<a asp-page="/Projects/Index">portfolio</a>!