From dbfb8750d2db62117abd05d7848606b8bdd55fc3 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Tue, 31 Oct 2023 17:15:40 +1100 Subject: [PATCH] Fix casing as it seems to matter when deployed. --- MyApp/Pages/Counter.razor | 2 +- MyApp/Pages/Secure/Bookings.razor | 2 +- MyApp/_posts/2023-01-10_vs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MyApp/Pages/Counter.razor b/MyApp/Pages/Counter.razor index b58c679..5b57824 100644 --- a/MyApp/Pages/Counter.razor +++ b/MyApp/Pages/Counter.razor @@ -5,7 +5,7 @@

Counter

-
+
diff --git a/MyApp/Pages/Secure/Bookings.razor b/MyApp/Pages/Secure/Bookings.razor index 6a4ed7f..cede1b9 100644 --- a/MyApp/Pages/Secure/Bookings.razor +++ b/MyApp/Pages/Secure/Bookings.razor @@ -5,7 +5,7 @@

Bookings AutoQueryGrid

-
+
diff --git a/MyApp/_posts/2023-01-10_vs.md b/MyApp/_posts/2023-01-10_vs.md index 0331ab8..6afce8a 100644 --- a/MyApp/_posts/2023-01-10_vs.md +++ b/MyApp/_posts/2023-01-10_vs.md @@ -63,7 +63,7 @@ If you'd prefer to use Visual Studio for front-end development we recommend movi Dev UX, e.g: ```html - + ``` ### Deploying to Production