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 {