From 0269dbeccadc3ea4f6e38f4a8bf726ae96609bf8 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 10 Jan 2023 18:34:37 -0600 Subject: [PATCH] Rename --- samples/Blazor.ExampleConsumer/Pages/Track.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Blazor.ExampleConsumer/Pages/Track.razor b/samples/Blazor.ExampleConsumer/Pages/Track.razor index 671f86d..41fe02c 100644 --- a/samples/Blazor.ExampleConsumer/Pages/Track.razor +++ b/samples/Blazor.ExampleConsumer/Pages/Track.razor @@ -2,7 +2,7 @@ @inject IGeolocationService Geolocation -Geolocation +Track

Geolocation @if (_isLoading)