From 36035e1c4a4af34df61d3eb1804c1e0ac1594982 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Thu, 7 Mar 2024 22:27:41 +0000 Subject: [PATCH] . --- BeauFindlay/src/BeauFindlay.Client/Pages/Contact.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeauFindlay/src/BeauFindlay.Client/Pages/Contact.razor b/BeauFindlay/src/BeauFindlay.Client/Pages/Contact.razor index 0705478..54f888d 100644 --- a/BeauFindlay/src/BeauFindlay.Client/Pages/Contact.razor +++ b/BeauFindlay/src/BeauFindlay.Client/Pages/Contact.razor @@ -4,7 +4,7 @@ @if (!string.IsNullOrWhiteSpace(apiResponse)) { -

Response from Azure Function API: @apiResponse

+

Response from Azure Function API: @apiResponse

} @code {